mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
54 lines
1.7 KiB
JavaScript
54 lines
1.7 KiB
JavaScript
module.exports = {
|
|
'nju.edu.cn': {
|
|
_name: '南京大学',
|
|
jw: [
|
|
{
|
|
title: '本科生院',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-da-xue-ben-ke-sheng-yuan',
|
|
source: ['/'],
|
|
target: '/nju/jw/:type',
|
|
},
|
|
],
|
|
grawww: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-da-xue-yan-jiu-sheng-yuan',
|
|
source: ['/'],
|
|
target: '/nju/gra',
|
|
},
|
|
],
|
|
rczp: [
|
|
{
|
|
title: '人才招聘网',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-da-xue-ren-cai-zhao-pin-wang',
|
|
source: ['/'],
|
|
target: '/nju/rczp/:type',
|
|
},
|
|
],
|
|
scit: [
|
|
{
|
|
title: '科学技术处',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-da-xue-ke-xue-ji-shu-chu',
|
|
source: ['/'],
|
|
target: '/nju/scit/:type',
|
|
},
|
|
],
|
|
zcc: [
|
|
{
|
|
title: '资产管理处',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-da-xue-zi-chan-guan-li-chu',
|
|
source: ['/'],
|
|
target: '/nju/zcc',
|
|
},
|
|
],
|
|
zbb: [
|
|
{
|
|
title: '招标办公室',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-da-xue-zhao-biao-ban-gong-shi',
|
|
source: ['/'],
|
|
target: '/nju/zbb/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|