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