mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
30 lines
913 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|