Files
RSSHub/lib/v2/bnu/radar.js
Fatpandac aedf5c8cb7 feat(route): add 学工部 (#10673)
* feat(route): add 学工部

* Update lib/v2/bnu/dwxgb.js
2022-09-01 23:23:19 +08:00

20 lines
614 B
JavaScript

module.exports = {
'bnu.edu.cn': {
_name: '北京师范大学',
'.': [
{
title: '经济与工商管理学院',
docs: 'https://docs.rsshub.app/university.html#bei-jing-shi-fan-da-xue',
source: ['/'],
target: '/bs/:category?',
},
{
title: '经济与工商管理学院',
docs: 'https://docs.rsshub.app/university.html#bei-jing-shi-fan-da-xue',
source: ['/'],
target: '/bnu/dwxgb/:category/:type',
},
],
},
};