mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
* 添加潍坊学院及教务处通知 * 添加潍坊学院router * Create jwc.js * Create news.js * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
22 lines
563 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|