mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
style: auto format
This commit is contained in:
+3
-3
@@ -3254,11 +3254,11 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
||||
<Route author="CCraftY" example="/zcmu/jwc/1" path="/zcmu/jwc/:type?" :paramsDesc="['通知模块id']">
|
||||
|
||||
| 成绩管理 | 学籍管理 | 考试管理 | 选课管理 | 排课管理 |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| 1 | 2 | 3 | 4 | 5 |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| 1 | 2 | 3 | 4 | 5 |
|
||||
|
||||
</Route>
|
||||
|
||||
|
||||
## 郑州大学
|
||||
|
||||
### 郑州大学新闻网
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/jwc/:type?': ['CCraftY'],
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/jwc/:type?', require('./jwc'));
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user