This commit is contained in:
github-actions[bot]
2026-07-23 16:59:53 +00:00
parent 236e3b6b3a
commit d6b07c3e38
6 changed files with 90 additions and 0 deletions
+3
View File
@@ -1278,6 +1278,9 @@
"/rattibha/user/:user": [
"yshalsager"
],
"/scmuseum/exhibition/:type?": [
"magazian"
],
"/sctv/programme/:id?/:limit?/:isFull?": [
"nczitzk"
],
+5
View File
@@ -2209,6 +2209,11 @@
docs:"https://docs.rsshub.app/routes/social-media",
source:[ "/:user" ],
target:"/rattibha/user/:user" } ] },
"scmuseum.cn":{ _name:"Sichuan Museum",
www:[ { title:"Exhibition",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/Visit/Exhibition" ],
target:"/scmuseum/exhibition" } ] },
"seekingalpha.com":{ _name:"Seeking Alpha",
".":[ { title:"Summary",
docs:"https://docs.rsshub.app/routes/finance",
+13
View File
@@ -5018,6 +5018,19 @@
}
]
},
"scmuseum.cn": {
"_name": "Sichuan Museum",
"www": [
{
"title": "Exhibition",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/Visit/Exhibition"
],
"target": "/scmuseum/exhibition"
}
]
},
"seekingalpha.com": {
"_name": "Seeking Alpha",
".": [
+1
View File
@@ -2486,6 +2486,7 @@ export type RoutePath =
| `/scmp/:category_id`
| `/scmp/coronavirus`
| `/scmp/topics/:topic`
| `/scmuseum/exhibition/:type?`
| `/scnu/cs/match`
| `/scnu/jw`
| `/scnu/library`
+34
View File
@@ -17613,6 +17613,40 @@ export default {
"url": "rattibha.com",
"lang": "en"
},
"scmuseum": {
"routes": {
"/exhibition/:type?": {
"path": "/exhibition/:type?",
"categories": [
"travel"
],
"example": "/scmuseum/exhibition/temp",
"parameters": {
"type": "Exhibition type, supported values: base (常设展览) or temp (临时展览), default is all exhibitions."
},
"name": "Exhibition",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.scmuseum.cn/Visit/Exhibition"
],
"target": "/exhibition"
}
],
"location": "exhibition.tsx",
"module": () => import('@/routes/scmuseum/exhibition.tsx')
}
},
"apiRoutes": {},
"name": "Sichuan Museum",
"url": "www.scmuseum.cn",
"zh": {
"name": "四川博物院"
}
},
"sctv": {
"routes": {
"/programme/:id?/:limit?/:isFull?": {
+34
View File
@@ -17613,6 +17613,40 @@
"url": "rattibha.com",
"lang": "en"
},
"scmuseum": {
"routes": {
"/exhibition/:type?": {
"path": "/exhibition/:type?",
"categories": [
"travel"
],
"example": "/scmuseum/exhibition/temp",
"parameters": {
"type": "Exhibition type, supported values: base (常设展览) or temp (临时展览), default is all exhibitions."
},
"name": "Exhibition",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.scmuseum.cn/Visit/Exhibition"
],
"target": "/exhibition"
}
],
"location": "exhibition.tsx",
"module": "() => import('@/routes/scmuseum/exhibition.tsx')"
}
},
"apiRoutes": {},
"name": "Sichuan Museum",
"url": "www.scmuseum.cn",
"zh": {
"name": "四川博物院"
}
},
"sctv": {
"routes": {
"/programme/:id?/:limit?/:isFull?": {