mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
deploy: 6d77bd84c0
This commit is contained in:
@@ -3139,6 +3139,12 @@
|
||||
"/cuc/yz": [
|
||||
"niuyi1017"
|
||||
],
|
||||
"/cugb/jwc/:channel?": [
|
||||
"syncmeta"
|
||||
],
|
||||
"/cugb/news/:channel?": [
|
||||
"syncmeta"
|
||||
],
|
||||
"/cuilingmag/:category?": [
|
||||
"nczitzk"
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "萃嶺网",
|
||||
".": [
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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?": {
|
||||
|
||||
@@ -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?": {
|
||||
|
||||
Reference in New Issue
Block a user