Files
RSSHub/lib/v2/bjfu/radar.js
Elliott 7dd591ca82 feat(route): add 信息学院路由 (#7777)
* feat:add 信息学院路由

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-22 22:48:59 +08:00

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