This commit is contained in:
github-actions[bot]
2026-08-22 03:58:49 +00:00
parent bf1b93e5e6
commit 6bfa1d4752
6 changed files with 142 additions and 0 deletions
+6
View File
@@ -4252,6 +4252,12 @@
"/grainoil/:category/:id": [
"nczitzk"
],
"/grandcanalmuseum/linzhantezhan": [
"magazian"
],
"/grandcanalmuseum/yunboxinwen": [
"magazian"
],
"/greasyfork/scripts/:script/feedback": [
"miles170"
],
+9
View File
@@ -10178,6 +10178,15 @@
docs:"https://docs.rsshub.app/routes/new-media",
source:[ "/newsListChannel/21.jspx" ],
target:"/grainoil/newsListChannel/21" } ] },
"grandcanalmuseum.cn":{ _name:"China Grand Canal Museum",
www:[ { title:"临展特展",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/linzhantezhan.html" ],
target:"/grandcanalmuseum/linzhantezhan" },
{ title:"运博新闻",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/yunboxinwen.html" ],
target:"/grandcanalmuseum/yunboxinwen" } ] },
"greasyfork.org":{ _name:"Greasy Fork",
".":[ { title:"Script Feedback",
docs:"https://docs.rsshub.app/routes/program-update",
+21
View File
@@ -22185,6 +22185,27 @@
}
]
},
"grandcanalmuseum.cn": {
"_name": "China Grand Canal Museum",
"www": [
{
"title": "临展特展",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/linzhantezhan.html"
],
"target": "/grandcanalmuseum/linzhantezhan"
},
{
"title": "运博新闻",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/yunboxinwen.html"
],
"target": "/grandcanalmuseum/yunboxinwen"
}
]
},
"greasyfork.org": {
"_name": "Greasy Fork",
".": [
+2
View File
@@ -1331,6 +1331,8 @@ export type RoutePath =
| `/gov/zj/zfcg/:code?`
| `/gq/news`
| `/grainoil/:category/:id`
| `/grandcanalmuseum/linzhantezhan`
| `/grandcanalmuseum/yunboxinwen`
| `/greasyfork/:language/:domain?`
| `/greasyfork/scripts/:script/feedback`
| `/greasyfork/scripts/:script/versions`
+52
View File
@@ -60982,6 +60982,58 @@ export default {
"description": "中国粮食信息网",
"lang": "zh-CN"
},
"grandcanalmuseum": {
"routes": {
"/linzhantezhan": {
"path": "/linzhantezhan",
"categories": [
"travel"
],
"example": "/grandcanalmuseum/linzhantezhan",
"radar": [
{
"source": [
"www.grandcanalmuseum.cn/linzhantezhan.html"
],
"target": "/linzhantezhan"
}
],
"name": "临展特展",
"maintainers": [
"magazian"
],
"location": "linzhantezhan.tsx",
"module": () => import('@/routes/grandcanalmuseum/linzhantezhan.tsx')
},
"/yunboxinwen": {
"path": "/yunboxinwen",
"categories": [
"travel"
],
"example": "/grandcanalmuseum/yunboxinwen",
"radar": [
{
"source": [
"www.grandcanalmuseum.cn/yunboxinwen.html"
],
"target": "/yunboxinwen"
}
],
"name": "运博新闻",
"maintainers": [
"magazian"
],
"location": "yunboxinwen.ts",
"module": () => import('@/routes/grandcanalmuseum/yunboxinwen.ts')
}
},
"apiRoutes": {},
"name": "China Grand Canal Museum",
"url": "www.grandcanalmuseum.cn",
"zh": {
"name": "中国大运河博物馆"
}
},
"greasyfork": {
"routes": {
"/scripts/:script/feedback": {
+52
View File
@@ -60982,6 +60982,58 @@
"description": "中国粮食信息网",
"lang": "zh-CN"
},
"grandcanalmuseum": {
"routes": {
"/linzhantezhan": {
"path": "/linzhantezhan",
"categories": [
"travel"
],
"example": "/grandcanalmuseum/linzhantezhan",
"radar": [
{
"source": [
"www.grandcanalmuseum.cn/linzhantezhan.html"
],
"target": "/linzhantezhan"
}
],
"name": "临展特展",
"maintainers": [
"magazian"
],
"location": "linzhantezhan.tsx",
"module": "() => import('@/routes/grandcanalmuseum/linzhantezhan.tsx')"
},
"/yunboxinwen": {
"path": "/yunboxinwen",
"categories": [
"travel"
],
"example": "/grandcanalmuseum/yunboxinwen",
"radar": [
{
"source": [
"www.grandcanalmuseum.cn/yunboxinwen.html"
],
"target": "/yunboxinwen"
}
],
"name": "运博新闻",
"maintainers": [
"magazian"
],
"location": "yunboxinwen.ts",
"module": "() => import('@/routes/grandcanalmuseum/yunboxinwen.ts')"
}
},
"apiRoutes": {},
"name": "China Grand Canal Museum",
"url": "www.grandcanalmuseum.cn",
"zh": {
"name": "中国大运河博物馆"
}
},
"greasyfork": {
"routes": {
"/scripts/:script/feedback": {