feat: 增加上海交通大学电院本科生综合测评 (#2337)
* update sjtu\seiee\xsb * Update university.md
This commit is contained in:
parent
1c40e37f4e
commit
d461cf8308
|
|
@ -698,11 +698,11 @@ https://rsshub.app/**nuist**/`bulletin` 或 https://rsshub.app/**nuist**/`bullet
|
|||
|
||||
### 电子信息与电气工程学院学生工作办公室
|
||||
|
||||
<Route author="Polynomia" example="/sjtu/seiee/xsb/news" path="/universities/sjtu/seiee/xsb/:type?" :paramsDesc="['默认列举所有通知公告']">
|
||||
<Route author="Polynomia xxchan" example="/sjtu/seiee/xsb/news" path="/universities/sjtu/seiee/xsb/:type?" :paramsDesc="['默认列举所有通知公告']">
|
||||
|
||||
| 信息通告 | 奖学金 | 助学金 | 讲座活动 | 党团活动 | 新闻发布 |
|
||||
| -------- | ----------- | ------------ | -------- | -------- | -------- |
|
||||
| 空 | scholarship | financialAid | lecture | activity | news |
|
||||
| 信息通告 | 奖学金 | 助学金 | 讲座活动 | 党团活动 | 新闻发布 | 本科生综合测评 |
|
||||
| -------- | ----------- | ------------ | -------- | -------- | -------- | -------------- |
|
||||
| 空 | scholarship | financialAid | lecture | activity | news | zhcp |
|
||||
|
||||
</Route>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,10 @@ module.exports = workerFactory(
|
|||
link: 'xsb/list/1001-1-20.htm',
|
||||
title: '助学金',
|
||||
},
|
||||
zhcp: {
|
||||
link: 'xsb/list/3016-1-20.htm',
|
||||
title: '本科生综合测评',
|
||||
},
|
||||
};
|
||||
|
||||
const type = ctx.params.type || 'all';
|
||||
|
|
|
|||
Loading…
Reference in New Issue