From 53d61b821a1ee4fcd2a898399dc3ee66a93900f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:12:12 +0000 Subject: [PATCH] deploy: 48f7d4cf4cff36d35f1061c0c6174e06349934fa --- build/maintainers.json | 6 +++++ build/radar-rules.js | 9 +++++++ build/radar-rules.json | 21 ++++++++++++++++ build/route-paths.ts | 2 ++ build/routes.js | 57 +++++++++++++++++++++++++++++++++++++++++- build/routes.json | 57 +++++++++++++++++++++++++++++++++++++++++- 6 files changed, 150 insertions(+), 2 deletions(-) diff --git a/build/maintainers.json b/build/maintainers.json index a4425eaf3d..b3d4f8827d 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -4309,6 +4309,12 @@ "/hljucm/yjsy/:category?": [ "nczitzk" ], + "/hnmuseum/current-exhibitions/:type?": [ + "magazian" + ], + "/hnmuseum/hnmnews": [ + "magazian" + ], "/hnrb/:id?": [ "nczitzk" ], diff --git a/build/radar-rules.js b/build/radar-rules.js index 719d3cfc54..6b1488de93 100644 --- a/build/radar-rules.js +++ b/build/radar-rules.js @@ -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", diff --git a/build/radar-rules.json b/build/radar-rules.json index 96eea477f2..bdb055d514 100644 --- a/build/radar-rules.json +++ b/build/radar-rules.json @@ -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": "湖南日报", ".": [ diff --git a/build/route-paths.ts b/build/route-paths.ts index 29479c27fb..436aefe5cd 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -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` diff --git a/build/routes.js b/build/routes.js index 417235b01f..733b7b740b 100644 --- a/build/routes.js +++ b/build/routes.js @@ -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?": { diff --git a/build/routes.json b/build/routes.json index 9f81a1cc7f..efea3d85d5 100644 --- a/build/routes.json +++ b/build/routes.json @@ -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?": {