style: auto format
This commit is contained in:
parent
6cfd57b335
commit
86e73aefa6
|
|
@ -454,24 +454,6 @@ xskb1 对应 <http://www.auto.uestc.edu.cn/index/xskb1.htm>
|
|||
|
||||
<Route author="sushengmao" example="/gzyjs" path="/gzyjs" />
|
||||
|
||||
## 暨南大学
|
||||
|
||||
## 暨南要闻
|
||||
|
||||
<Route author="hang333" example="/jnu/yw/tt" path="/jnu/yw/:type?" :paramDesc="['暨南要闻类型,默认为 `yw`']">
|
||||
|
||||
| 暨大头条 | 暨南要闻 |
|
||||
| -------- | -------- |
|
||||
| tt | yw |
|
||||
|
||||
### 暨南大学校园时讯
|
||||
|
||||
<Route author="hang333" example="/jnu/xysx/yxsd" path="/jnu/xysx/:type" :paramDesc="['校园时讯类型']">
|
||||
|
||||
| 院系速递 | 部门快讯 |
|
||||
| -------- | -------- |
|
||||
| yxsd | bmkx |
|
||||
|
||||
## 桂林电子科技大学
|
||||
|
||||
### 新闻资讯
|
||||
|
|
@ -817,6 +799,24 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
<Route author="276562578" example="/jlu/oa" path="/jlu" />
|
||||
|
||||
## 暨南大学
|
||||
|
||||
## 暨南要闻
|
||||
|
||||
<Route author="hang333" example="/jnu/yw/tt" path="/jnu/yw/:type?" :paramDesc="['暨南要闻类型,默认为 `yw`']">
|
||||
|
||||
| 暨大头条 | 暨南要闻 |
|
||||
| -------- | -------- |
|
||||
| tt | yw |
|
||||
|
||||
### 暨南大学校园时讯
|
||||
|
||||
<Route author="hang333" example="/jnu/xysx/yxsd" path="/jnu/xysx/:type" :paramDesc="['校园时讯类型']">
|
||||
|
||||
| 院系速递 | 部门快讯 |
|
||||
| -------- | -------- |
|
||||
| yxsd | bmkx |
|
||||
|
||||
## 江南大学
|
||||
|
||||
### 教务处通知
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ module.exports = async (ctx) => {
|
|||
const $ = cheerio.load(data);
|
||||
const list = $('#wp_news_w5 li');
|
||||
|
||||
|
||||
ctx.state.data = {
|
||||
title: '华南理工大学土木与交通学院 - 学工通知',
|
||||
link: 'http://www2.scut.edu.cn/jtxs/24241/list.htm',
|
||||
|
|
@ -30,4 +29,4 @@ module.exports = async (ctx) => {
|
|||
})
|
||||
.get(),
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue