mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
28 lines
1000 B
JavaScript
28 lines
1000 B
JavaScript
module.exports = {
|
|
'hust.edu.cn': {
|
|
_name: '华中科技大学',
|
|
aia: [
|
|
{
|
|
title: '人工智能和自动化学院新闻',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-ke-ji-da-xue',
|
|
source: ['/xyxw.htm', '/'],
|
|
target: '/hust/aia/news',
|
|
},
|
|
{
|
|
title: '人工智能和自动化学院通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-ke-ji-da-xue',
|
|
source: ['/tzgg/:type', '/tzgg.htm', '/'],
|
|
target: (params) => `/hust/aia/notice${params.type ? `/${params.type}` : ''}`,
|
|
},
|
|
],
|
|
gszs: [
|
|
{
|
|
title: '研究生院通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-ke-ji-da-xue',
|
|
source: ['/zsxx/ggtz.htm', '/'],
|
|
target: '/hust/yjs',
|
|
},
|
|
],
|
|
},
|
|
};
|