This commit is contained in:
github-actions[bot]
2026-07-22 16:53:02 +00:00
parent 03430a9023
commit 49b7f949a2
6 changed files with 84 additions and 0 deletions
+3
View File
@@ -1899,6 +1899,9 @@
"zhboner",
"lyqluis"
],
"/3gmuseum/tempexhibition": [
"magazian"
],
"/3kns/:filters?/:order?": [
"xzzpig"
],
+5
View File
@@ -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",
+13
View File
@@ -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",
".": [
+1
View File
@@ -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?`
+31
View File
@@ -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?": {
+31
View File
@@ -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?": {