diff --git a/build/maintainers.json b/build/maintainers.json index be5397f106..537a254979 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -8001,6 +8001,9 @@ "/zju/list/:type": [ "Jeason0228" ], + "/zju/math/:type": [ + "Alex222222222222" + ], "/zju/physics/:type": [ "Caicailiushui" ], diff --git a/build/route-paths.ts b/build/route-paths.ts index 3d0a9c508f..cb2c351f32 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -3291,6 +3291,7 @@ export type RoutePath = | `/zju/cst/custom/:id` | `/zju/grs/:type` | `/zju/list/:type` + | `/zju/math/:type` | `/zju/physics/:type` | `/zju/sis/:type` | `/zjut/cs/:type` diff --git a/build/routes.js b/build/routes.js index 6d5df3ec49..58994c57bd 100644 --- a/build/routes.js +++ b/build/routes.js @@ -113333,6 +113333,32 @@ export default { "location": "list.ts", "module": () => import('@/routes/zju/list.ts') }, + "/math/:type": { + "path": "/math/:type", + "categories": [ + "university" + ], + "example": "/zju/math/0", + "parameters": { + "type": "分类,见下表" + }, + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "name": "数学科学学院", + "description": "| 重要通知 | 本科生 | 研究生 | 科研 | 教学 | 人事 | 公示 |\n| -------- | ------ | ------ | ---- | ---- | ---- | ---- |\n| 0 | 1 | 2 | 3 | 4 | 5 | 6 |", + "maintainers": [ + "Alex222222222222" + ], + "url": "www.math.zju.edu.cn", + "location": "math/index.ts", + "module": () => import('@/routes/zju/math/index.ts') + }, "/physics/:type": { "path": "/physics/:type", "categories": [ diff --git a/build/routes.json b/build/routes.json index a340bab093..c48b34f7a0 100644 --- a/build/routes.json +++ b/build/routes.json @@ -113333,6 +113333,32 @@ "location": "list.ts", "module": "() => import('@/routes/zju/list.ts')" }, + "/math/:type": { + "path": "/math/:type", + "categories": [ + "university" + ], + "example": "/zju/math/0", + "parameters": { + "type": "分类,见下表" + }, + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "name": "数学科学学院", + "description": "| 重要通知 | 本科生 | 研究生 | 科研 | 教学 | 人事 | 公示 |\n| -------- | ------ | ------ | ---- | ---- | ---- | ---- |\n| 0 | 1 | 2 | 3 | 4 | 5 | 6 |", + "maintainers": [ + "Alex222222222222" + ], + "url": "www.math.zju.edu.cn", + "location": "math/index.ts", + "module": "() => import('@/routes/zju/math/index.ts')" + }, "/physics/:type": { "path": "/physics/:type", "categories": [