This commit is contained in:
github-actions[bot]
2026-07-23 16:34:48 +00:00
parent f8f40520c9
commit 236e3b6b3a
6 changed files with 154 additions and 0 deletions
+6
View File
@@ -2601,6 +2601,12 @@
"/canada.ca/news/:lang/:department?": [
"elibroftw"
],
"/capitalmuseum/exhibition/:type?": [
"magazian"
],
"/capitalmuseum/news/:type?": [
"magazian"
],
"/cartoonmad/comic/:id": [
"KellyHwong"
],
+9
View File
@@ -6381,6 +6381,15 @@
source:[ "/site/ised/:lang",
"/site/isde/:lang" ],
target:"/canada.ca/news/:lang/departmentofindustry" } ] },
"capitalmuseum.org.cn":{ _name:"Capital Museum",
www:[ { title:"Exhibitions",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/exhibition" ],
target:"/capitalmuseum/exhibition" },
{ title:"News",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/news" ],
target:"/capitalmuseum/news" } ] },
"cartoonmad.com":{ _name:"動漫狂",
".":[ { title:"漫画更新",
docs:"https://docs.rsshub.app/routes/anime",
+21
View File
@@ -13868,6 +13868,27 @@
}
]
},
"capitalmuseum.org.cn": {
"_name": "Capital Museum",
"www": [
{
"title": "Exhibitions",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/exhibition"
],
"target": "/capitalmuseum/exhibition"
},
{
"title": "News",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/news"
],
"target": "/capitalmuseum/news"
}
]
},
"cartoonmad.com": {
"_name": "動漫狂",
".": [
+2
View File
@@ -456,6 +456,8 @@ export type RoutePath =
| `/cankaoxiaoxi/column/:id?`
| `/capitalmind/insights`
| `/capitalmind/podcasts`
| `/capitalmuseum/exhibition/:type?`
| `/capitalmuseum/news/:type?`
| `/cara/likes/:user`
| `/cara/portfolio/:user`
| `/cara/timeline/:user`
+58
View File
@@ -38663,6 +38663,64 @@ export default {
"description": "Government of Canada news by department",
"lang": "en"
},
"capitalmuseum": {
"routes": {
"/exhibition/:type?": {
"path": "/exhibition/:type?",
"categories": [
"travel"
],
"example": "/capitalmuseum/exhibition",
"parameters": {
"type": "Exhibition type, supported values: new(最新展览), review(展览回顾), default: All exhibitions."
},
"name": "Exhibitions",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.capitalmuseum.org.cn/exhibition"
],
"target": "/exhibition"
}
],
"location": "exhibition.tsx",
"module": () => import('@/routes/capitalmuseum/exhibition.tsx')
},
"/news/:type?": {
"path": "/news/:type?",
"categories": [
"travel"
],
"example": "/capitalmuseum/news/notice",
"parameters": {
"type": "News type, supported values: news(新闻资讯), notice(通知公告). Default: All news."
},
"name": "News",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.capitalmuseum.org.cn/news"
],
"target": "/news"
}
],
"location": "news.ts",
"module": () => import('@/routes/capitalmuseum/news.ts')
}
},
"apiRoutes": {},
"name": "Capital Museum",
"url": "www.capitalmuseum.org.cn/",
"zh": {
"name": "首都博物馆"
}
},
"cartoonmad": {
"routes": {
"/comic/:id": {
+58
View File
@@ -38663,6 +38663,64 @@
"description": "Government of Canada news by department",
"lang": "en"
},
"capitalmuseum": {
"routes": {
"/exhibition/:type?": {
"path": "/exhibition/:type?",
"categories": [
"travel"
],
"example": "/capitalmuseum/exhibition",
"parameters": {
"type": "Exhibition type, supported values: new(最新展览), review(展览回顾), default: All exhibitions."
},
"name": "Exhibitions",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.capitalmuseum.org.cn/exhibition"
],
"target": "/exhibition"
}
],
"location": "exhibition.tsx",
"module": "() => import('@/routes/capitalmuseum/exhibition.tsx')"
},
"/news/:type?": {
"path": "/news/:type?",
"categories": [
"travel"
],
"example": "/capitalmuseum/news/notice",
"parameters": {
"type": "News type, supported values: news(新闻资讯), notice(通知公告). Default: All news."
},
"name": "News",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.capitalmuseum.org.cn/news"
],
"target": "/news"
}
],
"location": "news.ts",
"module": "() => import('@/routes/capitalmuseum/news.ts')"
}
},
"apiRoutes": {},
"name": "Capital Museum",
"url": "www.capitalmuseum.org.cn/",
"zh": {
"name": "首都博物馆"
}
},
"cartoonmad": {
"routes": {
"/comic/:id": {