From 49b7f949a2698cf863ae7c38963f3a28788ec83a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:53:02 +0000 Subject: [PATCH] deploy: 588cb9682a92d16fe34db686e90e43cff642dc01 --- build/maintainers.json | 3 +++ build/radar-rules.js | 5 +++++ build/radar-rules.json | 13 +++++++++++++ build/route-paths.ts | 1 + build/routes.js | 31 +++++++++++++++++++++++++++++++ build/routes.json | 31 +++++++++++++++++++++++++++++++ 6 files changed, 84 insertions(+) diff --git a/build/maintainers.json b/build/maintainers.json index c0f7c4ecee..d84072cf86 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -1899,6 +1899,9 @@ "zhboner", "lyqluis" ], + "/3gmuseum/tempexhibition": [ + "magazian" + ], "/3kns/:filters?/:order?": [ "xzzpig" ], diff --git a/build/radar-rules.js b/build/radar-rules.js index 2608ae6c4c..1cd9463943 100644 --- a/build/radar-rules.js +++ b/build/radar-rules.js @@ -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", diff --git a/build/radar-rules.json b/build/radar-rules.json index 004fef3d6e..e5782a72a3 100644 --- a/build/radar-rules.json +++ b/build/radar-rules.json @@ -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", ".": [ diff --git a/build/route-paths.ts b/build/route-paths.ts index caa84d298b..f242de9126 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -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?` diff --git a/build/routes.js b/build/routes.js index 070ba9c329..b106f295c8 100644 --- a/build/routes.js +++ b/build/routes.js @@ -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?": { diff --git a/build/routes.json b/build/routes.json index f95517258a..eb40395366 100644 --- a/build/routes.json +++ b/build/routes.json @@ -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?": {