Skip to content

Commit

Permalink
fix(routes/hrbust): fix docs and radar rule (#18135)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 authored Jan 15, 2025
1 parent 5e2caeb commit 92324c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
9 changes: 5 additions & 4 deletions lib/routes/hrbust/jwzx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ export const route: Route = {
example: '/hrbust/jwzx',
parameters: { type: '分类编号,默认为 354(教务公告),具体见下表', page: '文章数,默认为 12' },
description: `::: tip
由于源站未提供精确时间,只能抓取日期粒度的时间。
- type 可以从 URL 中的 columnId 获取。
- 由于源站未提供精确时间,只能抓取日期粒度的时间。
:::
| 339 | 340 | 342 | 346 | 351 | 353 | 354 | 355 | 442 | 443 | 444 | 445 | 2106 | 2332 | 2333 | 2334 | 2335 | 2336 | 2730 | 2855 | 2857 | 2859 | 3271 | 3508 | 3519 | 3981 | 4057 | 4058 | 4059 | 4060 | 4061 | 4062 |
|------|------|------|------|------|------|------|------|------|------|------|------|--------|------|------|------|------|------|----------|------|------|------|------|---------|-------------|------|------|------|------|------|------|------|
| 组织机构 | 工作职责 | 专业设置 | 教务信箱 | 名师风采 | 热点新闻 | 教务公告 | 教学新闻 | 教学管理 | 教务管理 | 学籍管理 | 实践教学 | 系统使用动画 | 教学管理 | 教务管理 | 学籍管理 | 实验教学 | 实践教学 | 教研论文教材认定 | 教学管理 | 学籍管理 | 实践教学 | 网络教学 | 多媒体教室管理 | 实验教学与实验室管理 | 教学成果 | 国创计划 | 学科竞赛 | 微专业 | 众创空间 | 示范基地 | 学生社团 |`,
| 组织机构 | 工作职责 | 专业设置 | 教务信箱 | 名师风采 | 热点新闻 | 教务公告 | 教学新闻 | 教学管理 | 教务管理 | 学籍管理 | 实践教学 | 系统使用动画 | 教学管理 | 教务管理 | 学籍管理 | 实验教学 | 实践教学 | 教研论文教材认定 | 教学管理 | 学籍管理 | 实践教学 | 网络教学 | 多媒体教室管理 | 实验教学与实验室管理 | 教学成果 | 国创计划 | 学科竞赛 | 微专业 | 众创空间 | 示范基地 | 学生社团 |
|------|------|------|------|------|------|------|------|------|------|------|------|--------|------|------|------|------|------|----------|------|------|------|------|---------|------------|------|------|------|------|------|------|------|
| 339 | 340 | 342 | 346 | 351 | 353 | 354 | 355 | 442 | 443 | 444 | 445 | 2106 | 2332 | 2333 | 2334 | 2335 | 2336 | 2730 | 2855 | 2857 | 2859 | 3271 | 3508 | 3519 | 3981 | 4057 | 4058 | 4059 | 4060 | 4061 | 4062 |`,
categories: ['university'],
features: {
requireConfig: false,
Expand Down
11 changes: 8 additions & 3 deletions lib/routes/hrbust/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ export const route: Route = {
handler,
example: '/hrbust/news',
parameters: { category: '栏目标识,默认为理工要闻' },
description: `| lgyw | xwdd | zhenew | jxky | ycdt | xskc | jlhz | zsjy | djsz | zxbf | lgxb | mtlg | jzlt |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 理工要闻 | 新闻导读 | 综合新闻 | 教学科研 | 院处动态 | 学术科创 | 交流合作 | 招生就业 | 党建思政 | 在线播放 | 理工校报 | 媒体理工 | 讲座论坛 |`,
description: `| 理工要闻 | 新闻导读 | 综合新闻 | 教学科研 | 院处动态 | 学术科创 | 交流合作 | 招生就业 | 党建思政 | 在线播放 | 理工校报 | 媒体理工 | 讲座论坛 |
|------|------|--------|------|------|------|------|------|------|------|------|------|------|
| lgyw | xwdd | zhenew | jxky | ycdt | xskc | jlhz | zsjy | djsz | zxbf | lgxb | mtlg | jzlt |`,
categories: ['university'],
features: {
supportRadar: true,
},
radar: [
{
source: ['news.hrbust.edu.cn/:category.htm'],
target: '/news/:category',
},
{
source: ['news.hrbust.edu.cn/'],
target: '/news/',
},
],
view: ViewType.Notifications,
Expand Down

0 comments on commit 92324c7

Please sign in to comment.