mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* 修复中国传媒大学研究生招生网 * fix(route):修复中国传媒大学研究生招生网 * fix(route): 修复中国传媒大学研究生招生网 Co-authored-by: 牛鑫语 <niuxinyu@szbit.cn>
14 lines
336 B
JavaScript
14 lines
336 B
JavaScript
module.exports = {
|
|
'cuc.edu.cn': {
|
|
_name: '中国传媒大学',
|
|
yz: [
|
|
{
|
|
title: '研究生招生网',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-chuan-mei-da-xue',
|
|
source: '/*',
|
|
target: '/',
|
|
},
|
|
],
|
|
},
|
|
};
|