mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
* Update router.js * update * try * Update utils.js * Update utils.js * Update utils.js * update * update * update * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
22 lines
634 B
JavaScript
22 lines
634 B
JavaScript
module.exports = {
|
|
'njnu.edu.cn': {
|
|
_name: '南京师范大学',
|
|
ceai: [
|
|
{
|
|
title: '计算机与电子信息学院-人工智能学院',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-shi-fan-da-xue',
|
|
source: '/',
|
|
target: '/njnu/ceai/xygg',
|
|
},
|
|
],
|
|
jwc: [
|
|
{
|
|
title: '教务通知',
|
|
docs: 'https://docs.rsshub.app/university.html#nan-jing-shi-fan-da-xue',
|
|
source: '/',
|
|
target: '/njnu/jwc/xwdt',
|
|
},
|
|
],
|
|
},
|
|
};
|