mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
* refactor: fix scut namespace * refactor: fix gzhu namespace * refactor: fix scnu namespace * refactor: fix hust namespace * refactor: fix ccnu namespace * refactor: fix sustech namespace * refactor: fix szu namespace remove `/szuyjs` since it's a duplicate of `/szu/yz/:type?` * refactor: fix tongji namespace * refactor: fix ocu namespace * refactor: fix upc namespace * refactor: fix ucas namespace * refactor: fix cas namespace * refactor: fix cau namespace * refactor: remove `/cucyjs` since `/cuc/yz` existed well before that * refactor: fix bit namespace * refactor: fix **undocumented** scau namespace * fix: typo * fix: code scan
34 lines
1.1 KiB
JavaScript
34 lines
1.1 KiB
JavaScript
module.exports = {
|
|
'scut.edu.cn': {
|
|
_name: '华南理工大学',
|
|
jw: [
|
|
{
|
|
title: '教务处通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-nan-li-gong-da-xue',
|
|
},
|
|
{
|
|
title: '教务处学院通知',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-nan-li-gong-da-xue',
|
|
},
|
|
{
|
|
title: '教务处新闻动态',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-nan-li-gong-da-xue',
|
|
},
|
|
],
|
|
www2: [
|
|
{
|
|
title: '电子与信息学院 - 新闻速递',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-nan-li-gong-da-xue',
|
|
source: ['/ee/16285/list.htm'],
|
|
target: '/scut/seie/news_center',
|
|
},
|
|
{
|
|
title: '研究生院通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#hua-nan-li-gong-da-xue',
|
|
source: ['/graduate/14562/list.htm'],
|
|
target: '/scut/yjs',
|
|
},
|
|
],
|
|
},
|
|
};
|