Files
RSSHub/lib/v2/hust/radar.js
2023-08-15 03:12:12 +01:00

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',
},
],
},
};