Skip to content

Commit

Permalink
updated radar rules
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 2e406c2 commit f515d17
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions Shared/Core/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -11620,18 +11620,26 @@
source:[ "/venue/:id" ],
target:"/showstart/site/:siteId" } ] },
"shu.edu.cn":{ _name:"上海大学",
www:[ { title:"官网信息",
global:[ { title:"国际部港澳台办公室",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/:type" ],
target:"/shu/:type" },
{ title:"Unknown",
source:[ "/" ],
target:"/shu/global" } ],
gs:[ { title:"研究生院",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/:type" ],
target:"/shu/:type" },
{ title:"Unknown",
source:[ "/" ],
target:"/shu/gs" } ],
www:[ { title:"官网通知公告",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/:type" ],
target:"/shu/:type" } ] },
source:[ "/" ],
target:"/shu/news" },
{ title:"教务部",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/index" ],
target:"/shu/:type?" },
{ title:"校园看点",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/" ],
target:"/shu/xykd" } ] },
"shuiguopai.com":{ _name:"水果派",
".":[ { title:"Unknown",
docs:"https://docs.rsshub.app/routes/other",
Expand Down

0 comments on commit f515d17

Please sign in to comment.