From d754de64302d64a56651fb4b4586c997a4d4c28d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 01:33:50 +0000 Subject: [PATCH] deploy: f71d14fbcbd4fe838ee467c9123ab4c9839d9618 --- build/maintainers.json | 3 + build/radar-rules.js | 9 +++ build/radar-rules.json | 21 ++++++ build/route-paths.ts | 1 + build/routes.js | 156 +++++++++++++++++++++++++++++++++++++++++ build/routes.json | 156 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 346 insertions(+) diff --git a/build/maintainers.json b/build/maintainers.json index 1fcf326c2d..c64a6d4a8c 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -4998,6 +4998,9 @@ "/ltaaa/article": [ "nczitzk" ], + "/ltn/def/:channel{.+}?": [ + "TonyRL" + ], "/luogu/user/feed/:uid": [ "solstice23" ], diff --git a/build/radar-rules.js b/build/radar-rules.js index 9195ee0ce8..48ad3a3dec 100644 --- a/build/radar-rules.js +++ b/build/radar-rules.js @@ -12042,6 +12042,15 @@ docs:"https://docs.rsshub.app/routes/new-media", source:[ "/article" ], target:"/ltaaa/article" } ] }, + "ltn.com.tw":{ _name:"自由時報", + def:[ { title:"自由軍武頻道", + docs:"https://docs.rsshub.app/routes/traditional-media", + source:[ "/:channel" ], + target:"/ltn/def/:channel" }, + { title:"自由軍武頻道", + docs:"https://docs.rsshub.app/routes/traditional-media", + source:[ "/list/:id" ], + target:"/ltn/def/list/:id" } ] }, "luogu.com":{ _name:"洛谷", ".":[ { title:"用户动态", docs:"https://docs.rsshub.app/routes/programming", diff --git a/build/radar-rules.json b/build/radar-rules.json index fd3061eed0..c3d5e97a8a 100644 --- a/build/radar-rules.json +++ b/build/radar-rules.json @@ -26341,6 +26341,27 @@ } ] }, + "ltn.com.tw": { + "_name": "自由時報", + "def": [ + { + "title": "自由軍武頻道", + "docs": "https://docs.rsshub.app/routes/traditional-media", + "source": [ + "/:channel" + ], + "target": "/ltn/def/:channel" + }, + { + "title": "自由軍武頻道", + "docs": "https://docs.rsshub.app/routes/traditional-media", + "source": [ + "/list/:id" + ], + "target": "/ltn/def/list/:id" + } + ] + }, "luogu.com": { "_name": "洛谷", ".": [ diff --git a/build/route-paths.ts b/build/route-paths.ts index 436aefe5cd..63dbaa0a72 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -1816,6 +1816,7 @@ export type RoutePath = | `/lrepacks/:category?` | `/lsnu/jiaowc/tzgg/:category?` | `/ltaaa/article` + | `/ltn/def/:channel{.+}?` | `/luma/:url` | `/luogu/contest` | `/luogu/daily/:id?` diff --git a/build/routes.js b/build/routes.js index 28ebd36c77..26bab95225 100644 --- a/build/routes.js +++ b/build/routes.js @@ -71875,6 +71875,162 @@ export default { "description": "", "lang": "zh-CN" }, + "ltn": { + "routes": { + "/def/:channel{.+}?": { + "path": "/def/:channel{.+}?", + "categories": [ + "traditional-media" + ], + "example": "/ltn/def/breakingnewslist", + "parameters": { + "channel": { + "description": "Channel, see the table below", + "options": [ + { + "value": "breakingnewslist", + "label": "軍情動態" + }, + { + "value": "list/10", + "label": "國際軍情" + }, + { + "value": "list/11", + "label": "台海軍情" + }, + { + "value": "list/22", + "label": "軍情看板" + }, + { + "value": "mitlist", + "label": "國防MIT" + }, + { + "value": "list/12", + "label": "國機國造" + }, + { + "value": "list/13", + "label": "國艦國造" + }, + { + "value": "list/14", + "label": "潛艦國造" + }, + { + "value": "list/23", + "label": "飛彈" + }, + { + "value": "list/24", + "label": "戰甲車國造" + }, + { + "value": "list/15", + "label": "國防產業" + }, + { + "value": "list/25", + "label": "其他裝備" + }, + { + "value": "pedialist", + "label": "軍武百科" + }, + { + "value": "list/16", + "label": "圖解軍武" + }, + { + "value": "list/17", + "label": "陸用裝備" + }, + { + "value": "list/18", + "label": "海軍系統" + }, + { + "value": "list/19", + "label": "空軍系統" + }, + { + "value": "historylist", + "label": "國防祕辛" + }, + { + "value": "stylelist", + "label": "軍風尚" + }, + { + "value": "list/27", + "label": "將軍官邸故事" + }, + { + "value": "list/28", + "label": "軍事風餐廳" + }, + { + "value": "list/29", + "label": "軍風文創" + }, + { + "value": "list/30", + "label": "軍風世界" + }, + { + "value": "filelist", + "label": "軍武書摘" + }, + { + "value": "forumlist", + "label": "自由講武堂" + }, + { + "value": "list/20", + "label": "投書" + }, + { + "value": "list/21", + "label": "論壇" + }, + { + "value": "peoplelist", + "label": "軍情人物" + } + ], + "default": "breakingnewslist" + } + }, + "radar": [ + { + "source": [ + "def.ltn.com.tw/:channel" + ], + "target": "/def/:channel" + }, + { + "source": [ + "def.ltn.com.tw/list/:id" + ], + "target": "/def/list/:id" + } + ], + "name": "自由軍武頻道", + "maintainers": [ + "TonyRL" + ], + "url": "def.ltn.com.tw", + "location": "def.ts", + "module": () => import('@/routes/ltn/def.ts') + } + }, + "apiRoutes": {}, + "name": "自由時報", + "url": "ltn.com.tw", + "lang": "zh-TW" + }, "luogu": { "routes": { "/user/feed/:uid": { diff --git a/build/routes.json b/build/routes.json index 7fa3e71dee..c771520b29 100644 --- a/build/routes.json +++ b/build/routes.json @@ -71875,6 +71875,162 @@ "description": "", "lang": "zh-CN" }, + "ltn": { + "routes": { + "/def/:channel{.+}?": { + "path": "/def/:channel{.+}?", + "categories": [ + "traditional-media" + ], + "example": "/ltn/def/breakingnewslist", + "parameters": { + "channel": { + "description": "Channel, see the table below", + "options": [ + { + "value": "breakingnewslist", + "label": "軍情動態" + }, + { + "value": "list/10", + "label": "國際軍情" + }, + { + "value": "list/11", + "label": "台海軍情" + }, + { + "value": "list/22", + "label": "軍情看板" + }, + { + "value": "mitlist", + "label": "國防MIT" + }, + { + "value": "list/12", + "label": "國機國造" + }, + { + "value": "list/13", + "label": "國艦國造" + }, + { + "value": "list/14", + "label": "潛艦國造" + }, + { + "value": "list/23", + "label": "飛彈" + }, + { + "value": "list/24", + "label": "戰甲車國造" + }, + { + "value": "list/15", + "label": "國防產業" + }, + { + "value": "list/25", + "label": "其他裝備" + }, + { + "value": "pedialist", + "label": "軍武百科" + }, + { + "value": "list/16", + "label": "圖解軍武" + }, + { + "value": "list/17", + "label": "陸用裝備" + }, + { + "value": "list/18", + "label": "海軍系統" + }, + { + "value": "list/19", + "label": "空軍系統" + }, + { + "value": "historylist", + "label": "國防祕辛" + }, + { + "value": "stylelist", + "label": "軍風尚" + }, + { + "value": "list/27", + "label": "將軍官邸故事" + }, + { + "value": "list/28", + "label": "軍事風餐廳" + }, + { + "value": "list/29", + "label": "軍風文創" + }, + { + "value": "list/30", + "label": "軍風世界" + }, + { + "value": "filelist", + "label": "軍武書摘" + }, + { + "value": "forumlist", + "label": "自由講武堂" + }, + { + "value": "list/20", + "label": "投書" + }, + { + "value": "list/21", + "label": "論壇" + }, + { + "value": "peoplelist", + "label": "軍情人物" + } + ], + "default": "breakingnewslist" + } + }, + "radar": [ + { + "source": [ + "def.ltn.com.tw/:channel" + ], + "target": "/def/:channel" + }, + { + "source": [ + "def.ltn.com.tw/list/:id" + ], + "target": "/def/list/:id" + } + ], + "name": "自由軍武頻道", + "maintainers": [ + "TonyRL" + ], + "url": "def.ltn.com.tw", + "location": "def.ts", + "module": "() => import('@/routes/ltn/def.ts')" + } + }, + "apiRoutes": {}, + "name": "自由時報", + "url": "ltn.com.tw", + "lang": "zh-TW" + }, "luogu": { "routes": { "/user/feed/:uid": {