From 75f0cac5e30ffafccda259edaf39541b509c5319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:28:29 +0000 Subject: [PATCH] deploy: d5d303e9739845b98b2478a0f868802366bdd19f --- build/maintainers.json | 3 +++ build/route-paths.ts | 1 + build/routes.js | 25 ++++++++++++++++++++++++- build/routes.json | 25 ++++++++++++++++++++++++- 4 files changed, 52 insertions(+), 2 deletions(-) diff --git a/build/maintainers.json b/build/maintainers.json index f51d07c400..782783ffdb 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -1631,6 +1631,9 @@ "DIYgod", "nuomi1" ], + "/mi/newproducts": [ + "nuomi1" + ], "/misskey/notes/featured/:site": [ "Misaka13514" ], diff --git a/build/route-paths.ts b/build/route-paths.ts index 4abd342512..cbcd06ef28 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -1919,6 +1919,7 @@ export type RoutePath = | `/mhlw/monthly-labour-survey` | `/mi/crowdfunding` | `/mi/golden` + | `/mi/newproducts` | `/microsoft/edge/addon/:crxid` | `/microsoft/mcr/product/*` | `/mihoyo/bbs/follow-list/:uid` diff --git a/build/routes.js b/build/routes.js index 884c6842e9..f61f095a85 100644 --- a/build/routes.js +++ b/build/routes.js @@ -21649,6 +21649,29 @@ export default { "view": 5, "location": "crowdfunding.ts", "module": () => import('@/routes/mi/crowdfunding.ts') + }, + "/newproducts": { + "path": "/newproducts", + "categories": [ + "shopping" + ], + "example": "/mi/newproducts", + "name": "小米上新", + "maintainers": [ + "nuomi1" + ], + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportRadar": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "view": 5, + "location": "newproducts.ts", + "module": () => import('@/routes/mi/newproducts.ts') } }, "apiRoutes": {}, @@ -29504,7 +29527,7 @@ export default { "maintainers": [ "JizzCruiy" ], - "description": "| 栏目 | type |\n| ---- | ---- |\n| 安科要闻 | akyw |\n| 通知公告 | tzgg |\n| 学术安科 | xsak |\n| 校园动态 | xydt |\n| 媒体聚焦 | mtak |\n| 人物风采 | rwfc |\n| 视觉校园 | sjxy |", + "description": "| 栏目 | type |\n| -------- | ---- |\n| 安科要闻 | akyw |\n| 通知公告 | tzgg |\n| 学术安科 | xsak |\n| 校园动态 | xydt |\n| 媒体聚焦 | mtak |\n| 人物风采 | rwfc |\n| 视觉校园 | sjxy |", "location": "index.ts", "module": () => import('@/routes/ahstu/index.ts') } diff --git a/build/routes.json b/build/routes.json index eb55381fda..04bd42ebae 100644 --- a/build/routes.json +++ b/build/routes.json @@ -21649,6 +21649,29 @@ "view": 5, "location": "crowdfunding.ts", "module": "() => import('@/routes/mi/crowdfunding.ts')" + }, + "/newproducts": { + "path": "/newproducts", + "categories": [ + "shopping" + ], + "example": "/mi/newproducts", + "name": "小米上新", + "maintainers": [ + "nuomi1" + ], + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportRadar": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "view": 5, + "location": "newproducts.ts", + "module": "() => import('@/routes/mi/newproducts.ts')" } }, "apiRoutes": {}, @@ -29504,7 +29527,7 @@ "maintainers": [ "JizzCruiy" ], - "description": "| 栏目 | type |\n| ---- | ---- |\n| 安科要闻 | akyw |\n| 通知公告 | tzgg |\n| 学术安科 | xsak |\n| 校园动态 | xydt |\n| 媒体聚焦 | mtak |\n| 人物风采 | rwfc |\n| 视觉校园 | sjxy |", + "description": "| 栏目 | type |\n| -------- | ---- |\n| 安科要闻 | akyw |\n| 通知公告 | tzgg |\n| 学术安科 | xsak |\n| 校园动态 | xydt |\n| 媒体聚焦 | mtak |\n| 人物风采 | rwfc |\n| 视觉校园 | sjxy |", "location": "index.ts", "module": "() => import('@/routes/ahstu/index.ts')" }