mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
* feat(route): fix NUAA 教务处/计算机科学与技术学院信息 * refactor: migrate to v2 * fix: deprecated url.resolve
24 lines
703 B
JavaScript
24 lines
703 B
JavaScript
module.exports = {
|
|
'nuaa.edu.cn': {
|
|
_name: '南京航空航天大学',
|
|
aao: [
|
|
{
|
|
title: '教务处',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-hang-kong-hang-tian-da-xue',
|
|
},
|
|
],
|
|
cs: [
|
|
{
|
|
title: '计算机科学与技术学院',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-hang-kong-hang-tian-da-xue',
|
|
},
|
|
],
|
|
'www.graduate': [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-hang-kong-hang-tian-da-xue',
|
|
},
|
|
],
|
|
},
|
|
};
|