Skip to content

Commit

Permalink
deploy: e376a51
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent e5d4d65 commit 2ef08b4
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 18 deletions.
21 changes: 19 additions & 2 deletions build/maintainers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,7 @@
"/ithome/tag/:name": [
"Fatpandac"
],
"/ithome/zt/:id": [
"/ithome/zt/:id?": [
"nczitzk"
],
"/ithome/tw/feeds/:category": [
Expand Down Expand Up @@ -3511,6 +3511,9 @@
"/magazinelib/latest-magazine/:query?": [
"EthanWng97"
],
"/magnumphotos/magazine": [
"EthanWng97"
],
"/mail/imap/:email/:folder{.+}?": [],
"/mangadex/:id/:lang?": [
"vzz64"
Expand Down Expand Up @@ -5499,7 +5502,18 @@
"/thehindu/topic/:topic": [
"TonyRL"
],
"/theinitium/:model?/:type?/:language?": [],
"/theinitium/author/:type/:language?": [
"AgFlore"
],
"/theinitium/channel/:type?/:language?": [
"prnake"
],
"/theinitium/follow/articles/:language?": [
"AgFlore"
],
"/theinitium/tags/:type/:language?": [
"AgFlore"
],
"/themoviedb/collection/:id/:lang?": [
"x2cf"
],
Expand Down Expand Up @@ -5815,6 +5829,9 @@
"/upc/jsj/:type": [
"Veagau"
],
"/upc/jwc/:type?": [
"sddzhyc"
],
"/upc/main/:type": [
"Veagau"
],
Expand Down
27 changes: 27 additions & 0 deletions build/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -4025,6 +4025,11 @@
docs:"https://docs.rsshub.app/routes/program-update",
source:[ "/app/mac/:appId/:appSlug" ],
target:"/macupdate/app/:appId/:appSlug?" } ] },
"magnumphotos.com":{ _name:"Magnum Photos",
".":[ { title:"Magazine",
docs:"https://docs.rsshub.app/routes/picture",
source:[ "/" ],
target:"/magnumphotos/magazine" } ] },
"mangadex.org":{ _name:"Unknown",
".":[ { title:"Unknown",
docs:"https://docs.rsshub.app/routes/other",
Expand Down Expand Up @@ -6343,6 +6348,23 @@
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/topic/:topic" ],
target:"/thehindu/topic/:topic" } ] },
"theinitium.com":{ _name:"端传媒",
".":[ { title:"作者",
docs:"https://docs.rsshub.app/routes/new-media",
source:[ "/author/:type" ],
target:"/theinitium/author/:type" },
{ title:"专题・栏目",
docs:"https://docs.rsshub.app/routes/new-media",
source:[ "/channel/:type" ],
target:"/theinitium/channel/:type" },
{ title:"作者",
docs:"https://docs.rsshub.app/routes/new-media",
source:[ "/author/:type" ],
target:"/theinitium/author/:type" },
{ title:"话题・标签",
docs:"https://docs.rsshub.app/routes/new-media",
source:[ "/tags/:type" ],
target:"/theinitium/tags/:type" } ] },
"factpaper.cn":{ _name:"澎湃新闻",
".":[ { title:"明查",
docs:"https://docs.rsshub.app/routes/traditional-media",
Expand Down Expand Up @@ -6681,6 +6703,11 @@
"/" ],
target:"/unusualwhales/news" } ] },
"upc.edu.cn":{ _name:"中国石油大学(华东)",
jwc:[ { title:"教务处通知公告",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/",
"/:type/list.htm" ],
target:"/upc/jwc/:type?" } ],
"zs.gs":[ { title:"研究生院通知公告",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/sszs/list.htm",
Expand Down
61 changes: 61 additions & 0 deletions build/radar-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -9252,6 +9252,19 @@
}
]
},
"magnumphotos.com": {
"_name": "Magnum Photos",
".": [
{
"title": "Magazine",
"docs": "https://docs.rsshub.app/routes/picture",
"source": [
"/"
],
"target": "/magnumphotos/magazine"
}
]
},
"mangadex.org": {
"_name": "Unknown",
".": [
Expand Down Expand Up @@ -14642,6 +14655,43 @@
}
]
},
"theinitium.com": {
"_name": "端传媒",
".": [
{
"title": "作者",
"docs": "https://docs.rsshub.app/routes/new-media",
"source": [
"/author/:type"
],
"target": "/theinitium/author/:type"
},
{
"title": "专题・栏目",
"docs": "https://docs.rsshub.app/routes/new-media",
"source": [
"/channel/:type"
],
"target": "/theinitium/channel/:type"
},
{
"title": "作者",
"docs": "https://docs.rsshub.app/routes/new-media",
"source": [
"/author/:type"
],
"target": "/theinitium/author/:type"
},
{
"title": "话题・标签",
"docs": "https://docs.rsshub.app/routes/new-media",
"source": [
"/tags/:type"
],
"target": "/theinitium/tags/:type"
}
]
},
"factpaper.cn": {
"_name": "澎湃新闻",
".": [
Expand Down Expand Up @@ -15427,6 +15477,17 @@
},
"upc.edu.cn": {
"_name": "中国石油大学(华东)",
"jwc": [
{
"title": "教务处通知公告",
"docs": "https://docs.rsshub.app/routes/university",
"source": [
"/",
"/:type/list.htm"
],
"target": "/upc/jwc/:type?"
}
],
"zs.gs": [
{
"title": "研究生院通知公告",
Expand Down
Loading

0 comments on commit 2ef08b4

Please sign in to comment.