mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 04:38:15 +08:00
deploy: 42b7ee9b7c
This commit is contained in:
@@ -1220,6 +1220,12 @@
|
||||
"/lmu/jobs": [
|
||||
"StarDxxx"
|
||||
],
|
||||
"/lnmuseum/information": [
|
||||
"magazian"
|
||||
],
|
||||
"/lnmuseum/exhibition/temporary/:type?": [
|
||||
"magazian"
|
||||
],
|
||||
"/loltw/news/:category?": [
|
||||
"hoilc"
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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?`
|
||||
|
||||
@@ -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?": {
|
||||
|
||||
@@ -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?": {
|
||||
|
||||
Reference in New Issue
Block a user