style: format

This commit is contained in:
Henry
2020-07-28 16:59:58 +01:00
parent afcea3447d
commit 50e25e59ac
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1934,7 +1934,7 @@
target: '/umass/amherst/csnews',
},
],
'www': [
www: [
{
title: 'IPO Events',
docs: 'http://docs.rsshub.app/en/university.html#umass-amherst',
+2 -3
View File
@@ -857,7 +857,6 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
<Route author="gammapi" example="/umass/amherst/ipoevents" path="/umass/amherst/ipoevents" radar="1"/>
## 南昌航空大学
### 教务处公告与新闻
@@ -1687,8 +1686,8 @@ type 列表:
<Route author="Fantasia1999" example="/zzuli/campus/0" path="/zzuli/campus/:type" :paramsDesc="['分类, 见下表']" radar="1">
| 参数名称 | 公告信息 | 学工信息 | 教学信息 | 信息快递 | 学术报告 | 科研信息 | 网络公告 | 班车查询 | 周会表 |
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
| 参数 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------ |
| 参数 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
</Route>
+1 -1
View File
@@ -26,7 +26,7 @@ module.exports = async (ctx) => {
return {
title: item.find('.views-field-title a').first().text(),
description: `<img src="${itemPicUrl}"><br/>` + item.find('.views-field-field-news-body .field-content').first(),
link: item.find('.views-field-title a').attr('href')
link: item.find('.views-field-title a').attr('href'),
};
})
.get(),