mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
* feat(route): pixiv novels * fix: radar * fix: cache rename * docs: fix tag closing * fix: sort
30 lines
901 B
JavaScript
30 lines
901 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',
|
|
},
|
|
],
|
|
cae: [
|
|
{
|
|
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',
|
|
},
|
|
],
|
|
},
|
|
};
|