style: auto format

This commit is contained in:
github-actions[bot] 2023-01-11 09:53:01 +00:00
parent 00abda0a7c
commit 2ebefe0c40
3 changed files with 5 additions and 5 deletions

View File

@ -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>
## 郑州大学
### 郑州大学新闻网

View File

@ -1,3 +1,3 @@
module.exports = {
'/jwc/:type?': ['CCraftY'],
};
};

View File

@ -1,3 +1,3 @@
module.exports = function (router) {
router.get('/jwc/:type?', require('./jwc'));
};
};