diff --git a/build/maintainers.json b/build/maintainers.json index cda0be09d4..2d1fd60686 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -3942,6 +3942,12 @@ "/gc.ca/pm/:language?": [ "elibroftw" ], + "/gdmuseum/exhibition/:type?": [ + "magazian" + ], + "/gdmuseum/information": [ + "magazian" + ], "/gdsrx/:id?": [], "/gdufs/news": [ "gz4zzxc" diff --git a/build/radar-rules.js b/build/radar-rules.js index 11ee43ded8..64d9217a8f 100644 --- a/build/radar-rules.js +++ b/build/radar-rules.js @@ -9610,6 +9610,15 @@ "/:language/news", "/:language/nouvelles" ], target:"/gc.ca/pm/:language" } ] }, + "gdmuseum.org.cn":{ _name:"Guangdong Museum", + www:[ { title:"Current Exhibitions", + docs:"https://docs.rsshub.app/routes/travel", + source:[ "/col9/list" ], + target:"/gdmuseum/exhibition" }, + { title:"Information", + docs:"https://docs.rsshub.app/routes/travel", + source:[ "/cn/col51/list" ], + target:"/gdmuseum/information" } ] }, "gdufs.edu.cn":{ _name:"广东外语外贸大学", www:[ { title:"新闻", docs:"https://docs.rsshub.app/routes/university", diff --git a/build/radar-rules.json b/build/radar-rules.json index 3b92840d2d..c8d7a6aa84 100644 --- a/build/radar-rules.json +++ b/build/radar-rules.json @@ -20973,6 +20973,27 @@ } ] }, + "gdmuseum.org.cn": { + "_name": "Guangdong Museum", + "www": [ + { + "title": "Current Exhibitions", + "docs": "https://docs.rsshub.app/routes/travel", + "source": [ + "/col9/list" + ], + "target": "/gdmuseum/exhibition" + }, + { + "title": "Information", + "docs": "https://docs.rsshub.app/routes/travel", + "source": [ + "/cn/col51/list" + ], + "target": "/gdmuseum/information" + } + ] + }, "gdufs.edu.cn": { "_name": "广东外语外贸大学", "www": [ diff --git a/build/route-paths.ts b/build/route-paths.ts index 63dbaa0a72..fe367b562f 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -1103,6 +1103,8 @@ export type RoutePath = | `/gcores/users/:id/radios` | `/gcores/users/:id/talks` | `/gcores/videos` + | `/gdmuseum/exhibition/:type?` + | `/gdmuseum/information` | `/gdsrx/:id?` | `/gdufs/news` | `/gdufs/xwxy/:category?` diff --git a/build/routes.js b/build/routes.js index ec7e977b1e..ed2f50c79c 100644 --- a/build/routes.js +++ b/build/routes.js @@ -57195,6 +57195,61 @@ export default { "url": "pm.gc.ca", "lang": "en" }, + "gdmuseum": { + "routes": { + "/exhibition/:type?": { + "path": "/exhibition/:type?", + "categories": [ + "travel" + ], + "example": "/gdmuseum/exhibition/temp", + "parameters": { + "type": "Exhibition type, supported values: temp(临时展览), default: All exhibitions." + }, + "name": "Current Exhibitions", + "maintainers": [ + "magazian" + ], + "radar": [ + { + "source": [ + "www.gdmuseum.org.cn/col9/list" + ], + "target": "/exhibition" + } + ], + "location": "exhibition.tsx", + "module": () => import('@/routes/gdmuseum/exhibition.tsx') + }, + "/information": { + "path": "/information", + "categories": [ + "travel" + ], + "example": "/gdmuseum/information", + "name": "Information", + "maintainers": [ + "magazian" + ], + "radar": [ + { + "source": [ + "www.gdmuseum.org.cn/cn/col51/list" + ], + "target": "/information" + } + ], + "location": "news.ts", + "module": () => import('@/routes/gdmuseum/news.ts') + } + }, + "apiRoutes": {}, + "name": "Guangdong Museum", + "url": "gdmuseum.org.cn", + "zh": { + "name": "广东省博物馆" + } + }, "gdsrx": { "routes": { "/:id?": { diff --git a/build/routes.json b/build/routes.json index 290ae01709..5b2133b4b7 100644 --- a/build/routes.json +++ b/build/routes.json @@ -57195,6 +57195,61 @@ "url": "pm.gc.ca", "lang": "en" }, + "gdmuseum": { + "routes": { + "/exhibition/:type?": { + "path": "/exhibition/:type?", + "categories": [ + "travel" + ], + "example": "/gdmuseum/exhibition/temp", + "parameters": { + "type": "Exhibition type, supported values: temp(临时展览), default: All exhibitions." + }, + "name": "Current Exhibitions", + "maintainers": [ + "magazian" + ], + "radar": [ + { + "source": [ + "www.gdmuseum.org.cn/col9/list" + ], + "target": "/exhibition" + } + ], + "location": "exhibition.tsx", + "module": "() => import('@/routes/gdmuseum/exhibition.tsx')" + }, + "/information": { + "path": "/information", + "categories": [ + "travel" + ], + "example": "/gdmuseum/information", + "name": "Information", + "maintainers": [ + "magazian" + ], + "radar": [ + { + "source": [ + "www.gdmuseum.org.cn/cn/col51/list" + ], + "target": "/information" + } + ], + "location": "news.ts", + "module": "() => import('@/routes/gdmuseum/news.ts')" + } + }, + "apiRoutes": {}, + "name": "Guangdong Museum", + "url": "gdmuseum.org.cn", + "zh": { + "name": "广东省博物馆" + } + }, "gdsrx": { "routes": { "/:id?": {