fix: update urls for xidian (#16551)

This commit is contained in:
zihao 2024-08-27 21:07:55 +08:00 committed by GitHub
parent af51c7c6b2
commit 183fce012e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,7 @@ export const route: Route = {
supportScihub: false,
},
name: '计算机科学与技术学院',
url: 'cs.xidian.edu.cn',
maintainers: ['ZiHao256'],
handler,
description: `| 文章来源 | 参数 |

View File

@ -186,6 +186,7 @@ export const route: Route = {
supportScihub: false,
},
name: '研究生院/卓越工程师学院',
url: 'gr.xidian.edu.cn',
maintainers: ['ZiHao256'],
handler,
description: `| 文章来源 | 参数 |

View File

@ -19,6 +19,7 @@ export const route: Route = {
supportScihub: false,
},
name: '教务处',
url: 'jwc.xidian.edu.cn',
maintainers: ['ShadowySpirits'],
handler,
description: `| 教学信息 | 教学研究 | 实践教学 | 质量监控 | 通知公告 |

View File

@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '西安电子科技大学',
url: 'xidian.edu.cn',
url: 'www.xidian.edu.cn',
};