mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
deploy: 737cf6063b
This commit is contained in:
@@ -3942,6 +3942,12 @@
|
||||
"/gc.ca/pm/:language?": [
|
||||
"elibroftw"
|
||||
],
|
||||
"/gdmuseum/exhibition/:type?": [
|
||||
"magazian"
|
||||
],
|
||||
"/gdmuseum/information": [
|
||||
"magazian"
|
||||
],
|
||||
"/gdsrx/:id?": [],
|
||||
"/gdufs/news": [
|
||||
"gz4zzxc"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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?`
|
||||
|
||||
@@ -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?": {
|
||||
|
||||
@@ -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?": {
|
||||
|
||||
Reference in New Issue
Block a user