mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-30 16:55:08 +08:00
deploy: d5d303e973
This commit is contained in:
@@ -1631,6 +1631,9 @@
|
||||
"DIYgod",
|
||||
"nuomi1"
|
||||
],
|
||||
"/mi/newproducts": [
|
||||
"nuomi1"
|
||||
],
|
||||
"/misskey/notes/featured/:site": [
|
||||
"Misaka13514"
|
||||
],
|
||||
|
||||
@@ -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`
|
||||
|
||||
+24
-1
@@ -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')
|
||||
}
|
||||
|
||||
+24
-1
@@ -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')"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user