Files
RSSHub/lib/v2/njnu/radar.js
Shujakuin kuraudo 751d89e8e4 feat(route): add Nanjing Normal University(RSS) (#7932)
* 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>
2022-02-24 02:24:13 +08:00

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',
},
],
},
};