Skip to content

Commit

Permalink
fix(route/hrbust): fix with review
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 committed Dec 14, 2024
1 parent c3f949a commit 6b5396d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/hrbust/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ const rootUrl = 'https://news.hrbust.edu.cn';

export const route: Route = {
path: '/news/:category?',
name: '哈尔滨理工大学新闻网',
name: '新闻网',
url: 'news.hrbust.edu.cn',
maintainers: ['cscnk52'],
handler,
example: '/hrbust/news',
parameters: { category: '栏目标识,默认为理工要闻' },
description: `
| lgyw | xwdd | zhenew | jxky | ycdt | xskc | jlhz | zsjy | djsz | zxbf | lgxb | mtlg | jzlt |
| lgyw | xwdd | zhenew | jxky | ycdt | xskc | jlhz | zsjy | djsz | zxbf | lgxb | mtlg | jzlt |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 理工要闻 | 新闻导读 | 综合新闻 | 教学科研 | 院处动态 | 学术科创 | 交流合作 | 招生就业 | 党建思政 | 在线播放 | 理工校报 | 媒体理工 | 讲座论坛 |
`,
Expand Down

0 comments on commit 6b5396d

Please sign in to comment.