This commit is contained in:
github-actions[bot]
2026-07-23 00:38:17 +00:00
parent bcbe20358d
commit fb4ce6b3d7
4 changed files with 56 additions and 0 deletions
+3
View File
@@ -8001,6 +8001,9 @@
"/zju/list/:type": [
"Jeason0228"
],
"/zju/math/:type": [
"Alex222222222222"
],
"/zju/physics/:type": [
"Caicailiushui"
],
+1
View File
@@ -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`
+26
View File
@@ -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": [
+26
View File
@@ -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": [