mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 04:38:15 +08:00
deploy: 48f7d4cf4c
This commit is contained in:
@@ -4309,6 +4309,12 @@
|
||||
"/hljucm/yjsy/:category?": [
|
||||
"nczitzk"
|
||||
],
|
||||
"/hnmuseum/current-exhibitions/:type?": [
|
||||
"magazian"
|
||||
],
|
||||
"/hnmuseum/hnmnews": [
|
||||
"magazian"
|
||||
],
|
||||
"/hnrb/:id?": [
|
||||
"nczitzk"
|
||||
],
|
||||
|
||||
@@ -10233,6 +10233,15 @@
|
||||
source:[ "/:category.htm",
|
||||
"/" ],
|
||||
target:"/hlju/news/:category" } ] },
|
||||
"hnmuseum.com":{ _name:"Hunan Museum",
|
||||
www:[ { title:"Current Exhibitions",
|
||||
docs:"https://docs.rsshub.app/routes/travel",
|
||||
source:[ "/zh-hans/content/%E5%BD%93%E5%89%8D%E5%B1%95%E8%A7%88%EF%BC%8D%E5%9F%BA%E6%9C%AC%E9%99%88%E5%88%97" ],
|
||||
target:"/hnmuseum/current-exhibitions" },
|
||||
{ title:"HNM News",
|
||||
docs:"https://docs.rsshub.app/routes/travel",
|
||||
source:[ "/zh-hans/xiangbo_dongtai_news" ],
|
||||
target:"/hnmuseum/hnmnews" } ] },
|
||||
"voc.com.cn":{ _name:"湖南日报",
|
||||
".":[ { title:"电子刊物",
|
||||
docs:"https://docs.rsshub.app/routes/traditional-media",
|
||||
|
||||
@@ -22356,6 +22356,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"hnmuseum.com": {
|
||||
"_name": "Hunan Museum",
|
||||
"www": [
|
||||
{
|
||||
"title": "Current Exhibitions",
|
||||
"docs": "https://docs.rsshub.app/routes/travel",
|
||||
"source": [
|
||||
"/zh-hans/content/%E5%BD%93%E5%89%8D%E5%B1%95%E8%A7%88%EF%BC%8D%E5%9F%BA%E6%9C%AC%E9%99%88%E5%88%97"
|
||||
],
|
||||
"target": "/hnmuseum/current-exhibitions"
|
||||
},
|
||||
{
|
||||
"title": "HNM News",
|
||||
"docs": "https://docs.rsshub.app/routes/travel",
|
||||
"source": [
|
||||
"/zh-hans/xiangbo_dongtai_news"
|
||||
],
|
||||
"target": "/hnmuseum/hnmnews"
|
||||
}
|
||||
]
|
||||
},
|
||||
"voc.com.cn": {
|
||||
"_name": "湖南日报",
|
||||
".": [
|
||||
|
||||
@@ -1408,6 +1408,8 @@ export type RoutePath =
|
||||
| `/hkushop/vinyl/:cat?`
|
||||
| `/hlju/news/:category?`
|
||||
| `/hljucm/yjsy/:category?`
|
||||
| `/hnmuseum/current-exhibitions/:type?`
|
||||
| `/hnmuseum/hnmnews`
|
||||
| `/hnrb/:id?`
|
||||
| `/hnu/careers`
|
||||
| `/home-assistant/hacs/repositories`
|
||||
|
||||
+56
-1
@@ -60451,7 +60451,7 @@ export default {
|
||||
"nczitzk",
|
||||
"xie-dongping"
|
||||
],
|
||||
"description": "Subscribe to Hacker News content by section, user, or minimum points\n\nExamples:\n\n| HN100 | User submitted | User threads | Comments list |\n| ----- | -------------- | ------------ | ------------- |\n| `/hackernews/over` | `/hackernews/submitted/sources/dang` | `/hackernews/threads/sources/dang` | `/hackernews/threads/comments_list/dang` |",
|
||||
"description": "Subscribe to Hacker News content by section, user, or minimum points\n\nExamples:\n\n| HN100 | User submitted | User threads | Comments list |\n| ------------------ | ------------------------------------ | ---------------------------------- | ---------------------------------------- |\n| `/hackernews/over` | `/hackernews/submitted/sources/dang` | `/hackernews/threads/sources/dang` | `/hackernews/threads/comments_list/dang` |",
|
||||
"location": "index.ts",
|
||||
"module": () => import('@/routes/hackernews/index.ts')
|
||||
}
|
||||
@@ -62075,6 +62075,61 @@ export default {
|
||||
"url": "yjsy.hljucm.net",
|
||||
"lang": "zh-CN"
|
||||
},
|
||||
"hnmuseum": {
|
||||
"routes": {
|
||||
"/current-exhibitions/:type?": {
|
||||
"path": "/current-exhibitions/:type?",
|
||||
"categories": [
|
||||
"travel"
|
||||
],
|
||||
"example": "/hnmuseum/current-exhibitions/special",
|
||||
"parameters": {
|
||||
"type": "Exhibition type, supported values: special(临时展览 special+temporary). Default: All exhibitions."
|
||||
},
|
||||
"name": "Current Exhibitions",
|
||||
"maintainers": [
|
||||
"magazian"
|
||||
],
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
"www.hnmuseum.com/zh-hans/content/当前展览-基本陈列"
|
||||
],
|
||||
"target": "/current-exhibitions"
|
||||
}
|
||||
],
|
||||
"location": "exhibitions.tsx",
|
||||
"module": () => import('@/routes/hnmuseum/exhibitions.tsx')
|
||||
},
|
||||
"/hnmnews": {
|
||||
"path": "/hnmnews",
|
||||
"categories": [
|
||||
"travel"
|
||||
],
|
||||
"example": "/hnmuseum/hnmnews",
|
||||
"name": "HNM News",
|
||||
"maintainers": [
|
||||
"magazian"
|
||||
],
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
"www.hnmuseum.com/zh-hans/xiangbo_dongtai_news"
|
||||
],
|
||||
"target": "/hnmnews"
|
||||
}
|
||||
],
|
||||
"location": "hnmnews.ts",
|
||||
"module": () => import('@/routes/hnmuseum/hnmnews.ts')
|
||||
}
|
||||
},
|
||||
"apiRoutes": {},
|
||||
"name": "Hunan Museum",
|
||||
"url": "www.hnmuseum.com/zh-hans",
|
||||
"zh": {
|
||||
"name": "湖南省博物馆"
|
||||
}
|
||||
},
|
||||
"hnrb": {
|
||||
"routes": {
|
||||
"/:id?": {
|
||||
|
||||
+56
-1
@@ -60451,7 +60451,7 @@
|
||||
"nczitzk",
|
||||
"xie-dongping"
|
||||
],
|
||||
"description": "Subscribe to Hacker News content by section, user, or minimum points\n\nExamples:\n\n| HN100 | User submitted | User threads | Comments list |\n| ----- | -------------- | ------------ | ------------- |\n| `/hackernews/over` | `/hackernews/submitted/sources/dang` | `/hackernews/threads/sources/dang` | `/hackernews/threads/comments_list/dang` |",
|
||||
"description": "Subscribe to Hacker News content by section, user, or minimum points\n\nExamples:\n\n| HN100 | User submitted | User threads | Comments list |\n| ------------------ | ------------------------------------ | ---------------------------------- | ---------------------------------------- |\n| `/hackernews/over` | `/hackernews/submitted/sources/dang` | `/hackernews/threads/sources/dang` | `/hackernews/threads/comments_list/dang` |",
|
||||
"location": "index.ts",
|
||||
"module": "() => import('@/routes/hackernews/index.ts')"
|
||||
}
|
||||
@@ -62075,6 +62075,61 @@
|
||||
"url": "yjsy.hljucm.net",
|
||||
"lang": "zh-CN"
|
||||
},
|
||||
"hnmuseum": {
|
||||
"routes": {
|
||||
"/current-exhibitions/:type?": {
|
||||
"path": "/current-exhibitions/:type?",
|
||||
"categories": [
|
||||
"travel"
|
||||
],
|
||||
"example": "/hnmuseum/current-exhibitions/special",
|
||||
"parameters": {
|
||||
"type": "Exhibition type, supported values: special(临时展览 special+temporary). Default: All exhibitions."
|
||||
},
|
||||
"name": "Current Exhibitions",
|
||||
"maintainers": [
|
||||
"magazian"
|
||||
],
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
"www.hnmuseum.com/zh-hans/content/当前展览-基本陈列"
|
||||
],
|
||||
"target": "/current-exhibitions"
|
||||
}
|
||||
],
|
||||
"location": "exhibitions.tsx",
|
||||
"module": "() => import('@/routes/hnmuseum/exhibitions.tsx')"
|
||||
},
|
||||
"/hnmnews": {
|
||||
"path": "/hnmnews",
|
||||
"categories": [
|
||||
"travel"
|
||||
],
|
||||
"example": "/hnmuseum/hnmnews",
|
||||
"name": "HNM News",
|
||||
"maintainers": [
|
||||
"magazian"
|
||||
],
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
"www.hnmuseum.com/zh-hans/xiangbo_dongtai_news"
|
||||
],
|
||||
"target": "/hnmnews"
|
||||
}
|
||||
],
|
||||
"location": "hnmnews.ts",
|
||||
"module": "() => import('@/routes/hnmuseum/hnmnews.ts')"
|
||||
}
|
||||
},
|
||||
"apiRoutes": {},
|
||||
"name": "Hunan Museum",
|
||||
"url": "www.hnmuseum.com/zh-hans",
|
||||
"zh": {
|
||||
"name": "湖南省博物馆"
|
||||
}
|
||||
},
|
||||
"hnrb": {
|
||||
"routes": {
|
||||
"/:id?": {
|
||||
|
||||
Reference in New Issue
Block a user