mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
26 lines
911 B
JavaScript
26 lines
911 B
JavaScript
module.exports = {
|
|
'ncepu.edu.cn': {
|
|
_name: '华北电力大学研究生院',
|
|
yjsy: [
|
|
{
|
|
title: '通知公告',
|
|
docs: ' https://docs.rsshub.app/university.html#hua-bei-dian-li-da-xue',
|
|
source: ['/tzgg/index.htm', '/'],
|
|
target: '/ncepu/master/tzgg',
|
|
},
|
|
{
|
|
title: '硕士招生信息',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-bei-dian-li-da-xue',
|
|
source: ['/zsxx/sszsxx/index.htm', '/'],
|
|
target: '/ncepu/master/zsxx',
|
|
},
|
|
{
|
|
title: '研究生培养信息',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-bei-dian-li-da-xue',
|
|
source: ['/pyxx/pyxx/index.htm', '/'],
|
|
target: '/ncepu/master/pyxx',
|
|
},
|
|
],
|
|
},
|
|
};
|