This commit is contained in:
github-actions[bot]
2026-07-09 15:31:46 +00:00
parent 3f7e5826af
commit ead0abde8d
6 changed files with 198 additions and 0 deletions
+6
View File
@@ -3139,6 +3139,12 @@
"/cuc/yz": [
"niuyi1017"
],
"/cugb/jwc/:channel?": [
"syncmeta"
],
"/cugb/news/:channel?": [
"syncmeta"
],
"/cuilingmag/:category?": [
"nczitzk"
],
+9
View File
@@ -8114,6 +8114,15 @@
source:[ "/8549/list.htm",
"/" ],
target:"/cuc/yz" } ] },
"cugb.edu.cn":{ _name:"China University of Geosciences (Beijing)",
jwc:[ { title:"教务处",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/:channel" ],
target:"/cugb/jwc/:channel" } ],
www:[ { title:"校园新闻",
docs:"https://docs.rsshub.app/routes/university",
source:[ "/:channel.jhtml" ],
target:"/cugb/news/:channel" } ] },
"cuilingmag.com":{ _name:"萃嶺网",
".":[ { title:"分类",
docs:"https://docs.rsshub.app/routes/new-media",
+23
View File
@@ -17623,6 +17623,29 @@
}
]
},
"cugb.edu.cn": {
"_name": "China University of Geosciences (Beijing)",
"jwc": [
{
"title": "教务处",
"docs": "https://docs.rsshub.app/routes/university",
"source": [
"/:channel"
],
"target": "/cugb/jwc/:channel"
}
],
"www": [
{
"title": "校园新闻",
"docs": "https://docs.rsshub.app/routes/university",
"source": [
"/:channel.jhtml"
],
"target": "/cugb/news/:channel"
}
]
},
"cuilingmag.com": {
"_name": "萃嶺网",
".": [
+2
View File
@@ -694,6 +694,8 @@ export type RoutePath =
| `/ctinews/topic/:topic?`
| `/cts/:category`
| `/cuc/yz`
| `/cugb/jwc/:channel?`
| `/cugb/news/:channel?`
| `/cuilingmag/:category?`
| `/cupl/jwc`
| `/curiouscat/user/:id`
+79
View File
@@ -47395,6 +47395,85 @@ export default {
"url": "yz.cuc.edu.cn",
"lang": "zh-CN"
},
"cugb": {
"routes": {
"/jwc/:channel?": {
"path": "/jwc/:channel?",
"categories": [
"university"
],
"example": "/cugb/jwc/xszq",
"parameters": {
"channel": "栏目,默认为 `xszq` 学生专区"
},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"jwc.cugb.edu.cn/:channel"
],
"target": "/jwc/:channel"
}
],
"name": "教务处",
"maintainers": [
"syncmeta"
],
"location": "jwc.ts",
"module": () => import('@/routes/cugb/jwc.ts')
},
"/news/:channel?": {
"path": "/news/:channel?",
"categories": [
"university"
],
"example": "/cugb/news/bdxw",
"parameters": {
"channel": "栏目,默认为 `bdxw` 北地新闻"
},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"www.cugb.edu.cn/:channel.jhtml"
],
"target": "/news/:channel"
}
],
"name": "校园新闻",
"maintainers": [
"syncmeta"
],
"location": "news.ts",
"module": () => import('@/routes/cugb/news.ts')
}
},
"apiRoutes": {},
"name": "China University of Geosciences (Beijing)",
"url": "cugb.edu.cn",
"categories": [
"university"
],
"description": "",
"lang": "zh-CN",
"zh": {
"name": "中国地质大学(北京)"
}
},
"cuilingmag": {
"routes": {
"/:category?": {
+79
View File
@@ -47395,6 +47395,85 @@
"url": "yz.cuc.edu.cn",
"lang": "zh-CN"
},
"cugb": {
"routes": {
"/jwc/:channel?": {
"path": "/jwc/:channel?",
"categories": [
"university"
],
"example": "/cugb/jwc/xszq",
"parameters": {
"channel": "栏目,默认为 `xszq` 学生专区"
},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"jwc.cugb.edu.cn/:channel"
],
"target": "/jwc/:channel"
}
],
"name": "教务处",
"maintainers": [
"syncmeta"
],
"location": "jwc.ts",
"module": "() => import('@/routes/cugb/jwc.ts')"
},
"/news/:channel?": {
"path": "/news/:channel?",
"categories": [
"university"
],
"example": "/cugb/news/bdxw",
"parameters": {
"channel": "栏目,默认为 `bdxw` 北地新闻"
},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"www.cugb.edu.cn/:channel.jhtml"
],
"target": "/news/:channel"
}
],
"name": "校园新闻",
"maintainers": [
"syncmeta"
],
"location": "news.ts",
"module": "() => import('@/routes/cugb/news.ts')"
}
},
"apiRoutes": {},
"name": "China University of Geosciences (Beijing)",
"url": "cugb.edu.cn",
"categories": [
"university"
],
"description": "",
"lang": "zh-CN",
"zh": {
"name": "中国地质大学(北京)"
}
},
"cuilingmag": {
"routes": {
"/:category?": {