mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
30 lines
965 B
JavaScript
30 lines
965 B
JavaScript
module.exports = {
|
|
'ecust.edu.cn': {
|
|
_name: '华东理工大学',
|
|
e: [
|
|
{
|
|
title: '继续教育学院 - 学院公告',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-dong-li-gong-da-xue',
|
|
source: ['/engine2/m/38F638B77773ADD3', '/'],
|
|
target: '/ecust/jxjy/news',
|
|
},
|
|
],
|
|
gschool: [
|
|
{
|
|
title: '研究生院通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-dong-li-gong-da-xue',
|
|
source: ['/12753/list.htm', '/'],
|
|
target: '/ecust/yjs',
|
|
},
|
|
],
|
|
jwc: [
|
|
{
|
|
title: '本科教务处信息网',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-dong-li-gong-da-xue',
|
|
source: ['/'],
|
|
target: '/ecust/jwc/notice/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|