This commit is contained in:
github-actions[bot]
2026-07-11 16:12:12 +00:00
parent f40a06e3b3
commit 53d61b821a
6 changed files with 150 additions and 2 deletions
+6
View File
@@ -4309,6 +4309,12 @@
"/hljucm/yjsy/:category?": [
"nczitzk"
],
"/hnmuseum/current-exhibitions/:type?": [
"magazian"
],
"/hnmuseum/hnmnews": [
"magazian"
],
"/hnrb/:id?": [
"nczitzk"
],
+9
View File
@@ -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",
+21
View File
@@ -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": "湖南日报",
".": [
+2
View File
@@ -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
View File
@@ -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
View File
@@ -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?": {