Skip to content

Commit

Permalink
fix(route): add radar rules for ‘哈尔滨理工大学教务公告’ (#17657)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 authored Nov 21, 2024
1 parent 2070264 commit 9d7e28c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/routes/hrbust/jwzx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ export const route: Route = {
description: `| 名师风采 | 热点新闻 | 教务公告 | 教学新闻 |
| -------- | -------- | -------- | -------- |
| 351 | 353 | 354 | 355 |`,
radar: [
{
source: ['jwzx.hrbust.edu.cn/homepage/index.do'],
target: '/jwzx',
},
],
};

async function handler(ctx) {
Expand Down

0 comments on commit 9d7e28c

Please sign in to comment.