Skip to content

Commit

Permalink
feat(route): 增加同去网版块(主题党日&学生事务) (DIYgod#7396)
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-bot-ty authored May 8, 2021
1 parent e1b3b5d commit ae4bdfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/university.md
Original file line number Diff line number Diff line change
Expand Up @@ -1498,9 +1498,9 @@ type 列表:

<Route author="SeanChao" example="/sjtu/tongqu/lecture" path="/sjtu/tongqu/:type?" :paramsDesc="['类型,默认为全部']">

| 全部 | 最新 | 招新 | 讲座 | 户外 | 招聘 | 游学 | 比赛 | 公益 | 广告 | 其他 |
| ---- | ------ | ----------- | ------- | --------- | ---- | ---------- | ------------ | -------------- | ---- | ------ |
| all | newest | recruitment | lecture | outdoords | jobs | studyTours | competitions | publicWarefare | ads | others |
| 全部 | 最新 | 招新 | 讲座 | 户外 | 招聘 | 游学 | 比赛 | 公益 | 主题党日 | 学生事务 | 广告 | 其他 |
| ---- | ------ | ----------- | ------- | --------- | ---- | ---------- | ------------ | -------------- | -------- | -------------- | ---- | ------ |
| all | newest | recruitment | lecture | outdoords | jobs | studyTours | competitions | publicWarefare | partyDay | studentAffairs | ads | others |

</Route>

Expand Down
2 changes: 2 additions & 0 deletions lib/routes/universities/sjtu/tongqu/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module.exports = async (ctx) => {
studyTours: 5,
competitions: 7,
publicWarefare: 11,
partyDay: 13,
studentAffairs: 14,
ads: 12,
others: 8,
};
Expand Down

0 comments on commit ae4bdfa

Please sign in to comment.