This commit is contained in:
github-actions[bot]
2026-07-21 17:24:47 +00:00
parent 97732e7a1f
commit 775b5ee727
6 changed files with 148 additions and 0 deletions
+6
View File
@@ -3942,6 +3942,12 @@
"/gc.ca/pm/:language?": [
"elibroftw"
],
"/gdmuseum/exhibition/:type?": [
"magazian"
],
"/gdmuseum/information": [
"magazian"
],
"/gdsrx/:id?": [],
"/gdufs/news": [
"gz4zzxc"
+9
View File
@@ -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",
+21
View File
@@ -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": [
+2
View File
@@ -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?`
+55
View File
@@ -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?": {
+55
View File
@@ -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?": {