Files
RSSHub/lib/v2/wfu/radar.js
cccht 5231825cde feat(route): 潍坊学院首页及教务处新闻通知 (#8039)
* 添加潍坊学院及教务处通知

* 添加潍坊学院router

* Create jwc.js

* Create news.js

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-23 23:36:05 +08:00

22 lines
563 B
JavaScript

module.exports = {
'wfu.edu.cn': {
_name: '潍坊学院',
jwc: [
{
title: '教务处通知',
docs: 'https://docs.rsshub.app/university.html#wei-fang-xue-yuan',
source: '/',
target: '/wfu/jwc',
},
],
news: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/university.html#wei-fang-xue-yuan',
source: '/',
target: '/wfu/news',
},
],
},
};