mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
deploy: 588cb9682a
This commit is contained in:
@@ -1899,6 +1899,9 @@
|
||||
"zhboner",
|
||||
"lyqluis"
|
||||
],
|
||||
"/3gmuseum/tempexhibition": [
|
||||
"magazian"
|
||||
],
|
||||
"/3kns/:filters?/:order?": [
|
||||
"xzzpig"
|
||||
],
|
||||
|
||||
@@ -3741,6 +3741,11 @@
|
||||
source:[ "/news/:category",
|
||||
"/news" ],
|
||||
target:"/3dmgame/news/:category?" } ] },
|
||||
"3gmuseum.cn":{ _name:"Chongqing China Three Gorges Museum",
|
||||
www:[ { title:"Temporary Exhibition",
|
||||
docs:"https://docs.rsshub.app/routes/travel",
|
||||
source:[ "/web/column/col5009287.html" ],
|
||||
target:"/3gmuseum/tempexhibition" } ] },
|
||||
"423down.com":{ _name:"423Down",
|
||||
".":[ { title:"423Down",
|
||||
docs:"https://docs.rsshub.app/routes/program-update",
|
||||
|
||||
@@ -8240,6 +8240,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"3gmuseum.cn": {
|
||||
"_name": "Chongqing China Three Gorges Museum",
|
||||
"www": [
|
||||
{
|
||||
"title": "Temporary Exhibition",
|
||||
"docs": "https://docs.rsshub.app/routes/travel",
|
||||
"source": [
|
||||
"/web/column/col5009287.html"
|
||||
],
|
||||
"target": "/3gmuseum/tempexhibition"
|
||||
}
|
||||
]
|
||||
},
|
||||
"423down.com": {
|
||||
"_name": "423Down",
|
||||
".": [
|
||||
|
||||
@@ -55,6 +55,7 @@ export type RoutePath =
|
||||
| `/36kr/hot-list/:category?`
|
||||
| `/3dmgame/games/:name/:type?`
|
||||
| `/3dmgame/news/:category?`
|
||||
| `/3gmuseum/tempexhibition`
|
||||
| `/3kns/:filters?/:order?`
|
||||
| `/423down/:category{.+}?`
|
||||
| `/4chan/:board/catalog/:routeParams?`
|
||||
|
||||
@@ -26416,6 +26416,37 @@ export default {
|
||||
"url": "3dmgame.com",
|
||||
"lang": "zh-CN"
|
||||
},
|
||||
"3gmuseum": {
|
||||
"routes": {
|
||||
"/tempexhibition": {
|
||||
"path": "/tempexhibition",
|
||||
"categories": [
|
||||
"travel"
|
||||
],
|
||||
"example": "/3gmuseum/tempexhibition",
|
||||
"name": "Temporary Exhibition",
|
||||
"maintainers": [
|
||||
"magazian"
|
||||
],
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
"www.3gmuseum.cn/web/column/col5009287.html"
|
||||
],
|
||||
"target": "/tempexhibition"
|
||||
}
|
||||
],
|
||||
"location": "exhibition.tsx",
|
||||
"module": () => import('@/routes/3gmuseum/exhibition.tsx')
|
||||
}
|
||||
},
|
||||
"apiRoutes": {},
|
||||
"name": "Chongqing China Three Gorges Museum",
|
||||
"url": "www.3gmuseum.cn",
|
||||
"zh": {
|
||||
"name": "重庆中国三峡博物馆"
|
||||
}
|
||||
},
|
||||
"3kns": {
|
||||
"routes": {
|
||||
"/:filters?/:order?": {
|
||||
|
||||
@@ -26416,6 +26416,37 @@
|
||||
"url": "3dmgame.com",
|
||||
"lang": "zh-CN"
|
||||
},
|
||||
"3gmuseum": {
|
||||
"routes": {
|
||||
"/tempexhibition": {
|
||||
"path": "/tempexhibition",
|
||||
"categories": [
|
||||
"travel"
|
||||
],
|
||||
"example": "/3gmuseum/tempexhibition",
|
||||
"name": "Temporary Exhibition",
|
||||
"maintainers": [
|
||||
"magazian"
|
||||
],
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
"www.3gmuseum.cn/web/column/col5009287.html"
|
||||
],
|
||||
"target": "/tempexhibition"
|
||||
}
|
||||
],
|
||||
"location": "exhibition.tsx",
|
||||
"module": "() => import('@/routes/3gmuseum/exhibition.tsx')"
|
||||
}
|
||||
},
|
||||
"apiRoutes": {},
|
||||
"name": "Chongqing China Three Gorges Museum",
|
||||
"url": "www.3gmuseum.cn",
|
||||
"zh": {
|
||||
"name": "重庆中国三峡博物馆"
|
||||
}
|
||||
},
|
||||
"3kns": {
|
||||
"routes": {
|
||||
"/:filters?/:order?": {
|
||||
|
||||
Reference in New Issue
Block a user