Files
RSSHub/lib/v2/cscse/radar.js
Ethan Shen 4cf6fa4f3f feat(route): 中国留学网通知公告 (#10009)
* feat(route): 中国留学网通知公告

* docs: move to study
2022-06-22 23:45:10 +08:00

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',
},
],
},
};