mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
14 lines
371 B
JavaScript
14 lines
371 B
JavaScript
module.exports = {
|
|
'cscse.edu.cn': {
|
|
_name: '中国留学网',
|
|
'.': [
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/study.html#zhong-guo-liu-xue-wang-tong-zhi-gong-gao',
|
|
source: ['/cscse/index/tzgg', '/'],
|
|
target: '/cscse/tzgg',
|
|
},
|
|
],
|
|
},
|
|
};
|