Skip to content

Commit

Permalink
fix: update urls for xidian (DIYgod#16551)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiHao256 authored Aug 27, 2024
1 parent af51c7c commit 183fce0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/routes/xidian/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const route: Route = {
supportScihub: false,
},
name: '计算机科学与技术学院',
url: 'cs.xidian.edu.cn',
maintainers: ['ZiHao256'],
handler,
description: `| 文章来源 | 参数 |
Expand Down
1 change: 1 addition & 0 deletions lib/routes/xidian/gr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export const route: Route = {
supportScihub: false,
},
name: '研究生院/卓越工程师学院',
url: 'gr.xidian.edu.cn',
maintainers: ['ZiHao256'],
handler,
description: `| 文章来源 | 参数 |
Expand Down
1 change: 1 addition & 0 deletions lib/routes/xidian/jwc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const route: Route = {
supportScihub: false,
},
name: '教务处',
url: 'jwc.xidian.edu.cn',
maintainers: ['ShadowySpirits'],
handler,
description: `| 教学信息 | 教学研究 | 实践教学 | 质量监控 | 通知公告 |
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/xidian/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import type { Namespace } from '@/types';

export const namespace: Namespace = {
name: '西安电子科技大学',
url: 'xidian.edu.cn',
url: 'www.xidian.edu.cn',
};

0 comments on commit 183fce0

Please sign in to comment.