This commit is contained in:
github-actions[bot]
2026-07-09 15:03:30 +00:00
parent f1748d1280
commit 3f7e5826af
6 changed files with 150 additions and 0 deletions
+6
View File
@@ -1220,6 +1220,12 @@
"/lmu/jobs": [
"StarDxxx"
],
"/lnmuseum/information": [
"magazian"
],
"/lnmuseum/exhibition/temporary/:type?": [
"magazian"
],
"/loltw/news/:category?": [
"hoilc"
],
+9
View File
@@ -2106,6 +2106,15 @@
docs:"https://docs.rsshub.app/routes/university",
source:[ "/en/about-lmu/working-at-lmu/job-portal/academic-staff/" ],
target:"/lmu/lmu/jobs" } ] },
"lnmuseum.com.cn":{ _name:"Liaoning Provincial Museum",
www:[ { title:"Information",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/" ],
target:"/lnmuseum/information" },
{ title:"Temporary Exhibition",
docs:"https://docs.rsshub.app/routes/travel",
source:[ "/" ],
target:"/lnmuseum/exhibition/temporary" } ] },
"lxixsxa.com":{ _name:"LiSA",
www:[ { title:"Latest Discography",
docs:"https://docs.rsshub.app/routes/live",
+21
View File
@@ -4793,6 +4793,27 @@
}
]
},
"lnmuseum.com.cn": {
"_name": "Liaoning Provincial Museum",
"www": [
{
"title": "Information",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/"
],
"target": "/lnmuseum/information"
},
{
"title": "Temporary Exhibition",
"docs": "https://docs.rsshub.app/routes/travel",
"source": [
"/"
],
"target": "/lnmuseum/exhibition/temporary"
}
]
},
"lxixsxa.com": {
"_name": "LiSA",
"www": [
+2
View File
@@ -1792,6 +1792,8 @@ export type RoutePath =
| `/lkong/forum/:id?/:digest?`
| `/lkong/thread/:id`
| `/lmu/jobs`
| `/lnmuseum/exhibition/temporary/:type?`
| `/lnmuseum/information`
| `/locals/content/:community/:option1?/:option2?`
| `/lofter/collection/:collectionID`
| `/lofter/tag/:name?/:type?`
+56
View File
@@ -16771,6 +16771,62 @@ export default {
},
"lang": "de"
},
"lnmuseum": {
"routes": {
"/information": {
"path": "/information",
"categories": [
"travel"
],
"example": "/lnmuseum/information",
"params": {},
"name": "Information",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.lnmuseum.com.cn"
],
"target": "/information"
}
],
"location": "information.ts",
"module": () => import('@/routes/lnmuseum/information.ts')
},
"/exhibition/temporary/:type?": {
"path": "/exhibition/temporary/:type?",
"categories": [
"travel"
],
"example": "/lnmuseum/exhibition/temporary/now",
"params": {
"type": "Temporary Exhibition type, supported values: now (正在展出)、past(展览回顾)。Default: All temporary exhibitions (now and past)."
},
"name": "Temporary Exhibition",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.lnmuseum.com.cn"
],
"target": "/exhibition/temporary"
}
],
"location": "temporary.tsx",
"module": () => import('@/routes/lnmuseum/temporary.tsx')
}
},
"apiRoutes": {},
"name": "Liaoning Provincial Museum",
"url": "www.lnmuseum.com.cn",
"zh": {
"name": "辽宁省博物馆"
}
},
"loltw": {
"routes": {
"/news/:category?": {
+56
View File
@@ -16771,6 +16771,62 @@
},
"lang": "de"
},
"lnmuseum": {
"routes": {
"/information": {
"path": "/information",
"categories": [
"travel"
],
"example": "/lnmuseum/information",
"params": {},
"name": "Information",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.lnmuseum.com.cn"
],
"target": "/information"
}
],
"location": "information.ts",
"module": "() => import('@/routes/lnmuseum/information.ts')"
},
"/exhibition/temporary/:type?": {
"path": "/exhibition/temporary/:type?",
"categories": [
"travel"
],
"example": "/lnmuseum/exhibition/temporary/now",
"params": {
"type": "Temporary Exhibition type, supported values: now (正在展出)、past(展览回顾)。Default: All temporary exhibitions (now and past)."
},
"name": "Temporary Exhibition",
"maintainers": [
"magazian"
],
"radar": [
{
"source": [
"www.lnmuseum.com.cn"
],
"target": "/exhibition/temporary"
}
],
"location": "temporary.tsx",
"module": "() => import('@/routes/lnmuseum/temporary.tsx')"
}
},
"apiRoutes": {},
"name": "Liaoning Provincial Museum",
"url": "www.lnmuseum.com.cn",
"zh": {
"name": "辽宁省博物馆"
}
},
"loltw": {
"routes": {
"/news/:category?": {