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

30 lines
913 B
JavaScript

module.exports = {
'sustech.edu.cn': {
_name: '南方科技大学',
biddingoffice: [
{
title: '采购与招标管理部',
docs: 'https://docs.rsshub.app/routes/university#nan-fang-ke-ji-da-xue',
source: ['/'],
target: '/sustech/bidding',
},
],
gs: [
{
title: '研究生网通知公告',
docs: 'https://docs.rsshub.app/routes/university#nan-fang-ke-ji-da-xue',
source: ['/'],
target: '/sustech/yjs',
},
],
newshub: [
{
title: '新闻网(中文)',
docs: 'https://docs.rsshub.app/routes/university#nan-fang-ke-ji-da-xue',
source: ['/news'],
target: '/sustech/newshub-zh',
},
],
},
};