mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
34 lines
1.2 KiB
JavaScript
34 lines
1.2 KiB
JavaScript
module.exports = {
|
|
'scut.edu.cn': {
|
|
_name: '华南理工大学',
|
|
jw: [
|
|
{
|
|
title: '教务处通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-li-gong-da-xue',
|
|
},
|
|
{
|
|
title: '教务处学院通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-li-gong-da-xue',
|
|
},
|
|
{
|
|
title: '教务处新闻动态',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-li-gong-da-xue',
|
|
},
|
|
],
|
|
www2: [
|
|
{
|
|
title: '电子与信息学院 - 新闻速递',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-li-gong-da-xue',
|
|
source: ['/ee/16285/list.htm'],
|
|
target: '/scut/seie/news_center',
|
|
},
|
|
{
|
|
title: '研究生院通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-li-gong-da-xue',
|
|
source: ['/graduate/14562/list.htm'],
|
|
target: '/scut/yjs',
|
|
},
|
|
],
|
|
},
|
|
};
|