mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
20 lines
614 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|