Skip to content

Commit 634d083

Browse files
updated radar rules
1 parent 6034513 commit 634d083

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Shared/Core/radar-rules.js

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,17 +2534,22 @@
25342534
source:[ "/kx" ],
25352535
target:"/amz123/kx" } ] },
25362536
"android.com":{ _name:"Android",
2537-
developer:[ { title:"SDK Platform Tools release notes",
2537+
source:[ { title:"Pixel Update Bulletins",
25382538
docs:"https://docs.rsshub.app/routes/program-update",
2539-
source:[ "/studio/releases/platform-tools",
2539+
source:[ "/docs/security/bulletin/pixel",
25402540
"/" ],
2541-
target:"/android/platform-tools-releases" } ],
2542-
source:[ { title:"Security Bulletins",
2541+
target:"/android/pixel-update-bulletin" },
2542+
{ title:"Security Bulletins",
25432543
docs:"https://docs.rsshub.app/routes/program-update",
25442544
source:[ "/docs/security/bulletin",
25452545
"/docs/security/bulletin/asb-overview",
25462546
"/" ],
2547-
target:"/android/security-bulletin" } ] },
2547+
target:"/android/security-bulletin" } ],
2548+
developer:[ { title:"SDK Platform Tools release notes",
2549+
docs:"https://docs.rsshub.app/routes/program-update",
2550+
source:[ "/studio/releases/platform-tools",
2551+
"/" ],
2552+
target:"/android/platform-tools-releases" } ] },
25482553
"anime1.me":{ _name:"Anime1",
25492554
".":[ { title:"Anime",
25502555
docs:"https://docs.rsshub.app/routes/anime",
@@ -15804,13 +15809,13 @@
1580415809
source:[ "/:category/:type",
1580515810
"/:category",
1580615811
"/" ],
15807-
target:"/nikkeiparams=>{if(params.category&&params.type){return`/nikkei/cn/cn/${params.category}/${params.type.replace(\".html\",\"\")}`}else if(params.category&&!params.type){return`/nikkei/cn/cn/${params.category.replace(\".html\",\"\")}`}else{return`/nikkei/cn/cn`}}" } ],
15812+
target:"/nikkeiparams=>{if(params.category&&params.type){return`/nikkei/cn/cn/${params.category}/${params.type.replace(\".html\",\"\")}`}else if(params.category&&!params.type){return`/nikkei/cn/cn/${params.category.replace(\".html\",\"\")}`}else{return\"/nikkei/cn/cn\"}}" } ],
1580815813
"zh.cn":[ { title:"中文版新聞",
1580915814
docs:"https://docs.rsshub.app/routes/traditional-media",
1581015815
source:[ "/:category/:type",
1581115816
"/:category",
1581215817
"/" ],
15813-
target:"/nikkeiparams=>{if(params.category&&params.type){return`/nikkei/cn/zh/${params.category}/${params.type.replace(\".html\",\"\")}`}else if(params.category&&!params.type){return`/nikkei/cn/zh/${params.category.replace(\".html\",\"\")}`}else{return`/nikkei/cn/zh`}}" } ],
15818+
target:"/nikkeiparams=>{if(params.category&&params.type){return`/nikkei/cn/zh/${params.category}/${params.type.replace(\".html\",\"\")}`}else if(params.category&&!params.type){return`/nikkei/cn/zh/${params.category.replace(\".html\",\"\")}`}else{return\"/nikkei/cn/zh\"}}" } ],
1581415819
www:[ { title:"News",
1581515820
docs:"https://docs.rsshub.app/routes/traditional-media",
1581615821
source:[ "/:category/archive",

0 commit comments

Comments
 (0)