mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
* feat:add 信息学院路由 * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
46 lines
1.4 KiB
JavaScript
46 lines
1.4 KiB
JavaScript
module.exports = {
|
|
'bjfu.edu.cn': {
|
|
_name: '北京林业大学',
|
|
graduate: [
|
|
{
|
|
title: '研究生院培养动态',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-lin-ye-da-xue',
|
|
source: '/',
|
|
target: '/bjfu/grs',
|
|
},
|
|
],
|
|
it: [
|
|
{
|
|
title: '信息学院通知',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-lin-ye-da-xue',
|
|
source: '/:type/index.html',
|
|
target: '/bjfu/it/:type',
|
|
},
|
|
],
|
|
jwc: [
|
|
{
|
|
title: '教务处通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-lin-ye-da-xue',
|
|
source: '/:type/index.html',
|
|
target: '/bjfu/jwc/:type',
|
|
},
|
|
],
|
|
kyc: [
|
|
{
|
|
title: '科技处通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-lin-ye-da-xue',
|
|
source: '/',
|
|
target: '/bjfu/kjc',
|
|
},
|
|
],
|
|
news: [
|
|
{
|
|
title: '绿色新闻网',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-lin-ye-da-xue',
|
|
source: '/:type/index.html',
|
|
target: '/bjfu/news/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|