mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 00:35:57 +08:00
* 东华大学教务处-通知公告 * Update doc * Upgrade to v2 standard * Deleted v1 standard version * Add route /dhu/xxgk/news * Deleted unused param type * close <Route> tag in Line 674 * ->String(base_url) * fix lint * fix: replace depreciated url.resolve, use parseDate
18 lines
439 B
JavaScript
18 lines
439 B
JavaScript
module.exports = {
|
|
'dhu.edu.cn': {
|
|
_name: '东华大学',
|
|
jw: [
|
|
{
|
|
title: '教务处通知',
|
|
docs: 'https://docs.rsshub.app/university.html#dong-hua-da-xue',
|
|
},
|
|
],
|
|
xxgk: [
|
|
{
|
|
title: '最新信息公开',
|
|
docs: 'https://docs.rsshub.app/university.html#dong-hua-da-xue',
|
|
},
|
|
],
|
|
},
|
|
};
|