mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
deploy: a6e8b8781d
This commit is contained in:
@@ -8001,6 +8001,9 @@
|
||||
"/zju/list/:type": [
|
||||
"Jeason0228"
|
||||
],
|
||||
"/zju/math/:type": [
|
||||
"Alex222222222222"
|
||||
],
|
||||
"/zju/physics/:type": [
|
||||
"Caicailiushui"
|
||||
],
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user