mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
32 lines
1021 B
JavaScript
32 lines
1021 B
JavaScript
module.exports = {
|
|
'csc.edu.cn': {
|
|
_name: '国家留学网',
|
|
www: [
|
|
{
|
|
title: '遴选通知',
|
|
docs: 'https://docs.rsshub.app/routes/other#guo-jia-liu-xue-wang',
|
|
source: '/*',
|
|
target: '/csc/notice/lxtz',
|
|
},
|
|
{
|
|
title: '综合项目专栏',
|
|
docs: 'https://docs.rsshub.app/routes/other#guo-jia-liu-xue-wang',
|
|
source: '/*',
|
|
target: '/csc/notice/xmzl',
|
|
},
|
|
{
|
|
title: '常见问题解答',
|
|
docs: 'https://docs.rsshub.app/routes/other#guo-jia-liu-xue-wang',
|
|
source: '/*',
|
|
target: '/csc/notice/wtjd',
|
|
},
|
|
{
|
|
title: '录取公告',
|
|
docs: 'https://docs.rsshub.app/routes/other#guo-jia-liu-xue-wang',
|
|
source: '/*',
|
|
target: '/csc/notice/lqgg',
|
|
},
|
|
],
|
|
},
|
|
};
|