diff --git a/docs/university.md b/docs/university.md index 047941c10e..68843454a4 100644 --- a/docs/university.md +++ b/docs/university.md @@ -3254,11 +3254,11 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS | 成绩管理 | 学籍管理 | 考试管理 | 选课管理 | 排课管理 | -| --- | --- | --- | --- | --- | -| 1 | 2 | 3 | 4 | 5 | +| ---- | ---- | ---- | ---- | ---- | +| 1 | 2 | 3 | 4 | 5 | - + ## 郑州大学 ### 郑州大学新闻网 diff --git a/lib/v2/zcmu/maintainer.js b/lib/v2/zcmu/maintainer.js index 1bd26dfc93..ca67dc65b7 100644 --- a/lib/v2/zcmu/maintainer.js +++ b/lib/v2/zcmu/maintainer.js @@ -1,3 +1,3 @@ module.exports = { '/jwc/:type?': ['CCraftY'], -}; \ No newline at end of file +}; diff --git a/lib/v2/zcmu/router.js b/lib/v2/zcmu/router.js index 20f2ae8d7b..0ec81e74ad 100644 --- a/lib/v2/zcmu/router.js +++ b/lib/v2/zcmu/router.js @@ -1,3 +1,3 @@ module.exports = function (router) { router.get('/jwc/:type?', require('./jwc')); -}; \ No newline at end of file +};