46 lines
1.4 KiB
JavaScript
46 lines
1.4 KiB
JavaScript
module.exports = {
|
|
'nua.edu.cn': {
|
|
_name: '南京艺术学院',
|
|
index: [
|
|
{
|
|
title: '官网信息',
|
|
docs: 'https://docs.rsshub.app/routes/university#nan-jing-yi-shu-xue-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/nua/index/:type',
|
|
},
|
|
],
|
|
sxw: [
|
|
{
|
|
title: '双馨网',
|
|
docs: 'https://docs.rsshub.app/routes/university#nan-jing-yi-shu-xue-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/nua/sxw/:type',
|
|
},
|
|
],
|
|
dc: [
|
|
{
|
|
title: '设计学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#nan-jing-yi-shu-xue-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/nua/dc/:type',
|
|
},
|
|
],
|
|
grad: [
|
|
{
|
|
title: '研究生处',
|
|
docs: 'https://docs.rsshub.app/routes/university#nan-jing-yi-shu-xue-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/nua/gra/:type',
|
|
},
|
|
],
|
|
lib: [
|
|
{
|
|
title: '图书馆',
|
|
docs: 'https://docs.rsshub.app/routes/university#nan-jing-yi-shu-xue-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/nua/lib/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|