26 lines
794 B
JavaScript
26 lines
794 B
JavaScript
module.exports = {
|
|
'wsyu.edu.cn': {
|
|
_name: '新闻中心',
|
|
www: [
|
|
{
|
|
title: '学校要闻',
|
|
docs: 'https://docs.rsshub.app/routes/other#wu-chang-shou-yi-xue-yuan',
|
|
source: '/*',
|
|
target: '/wsyu/news/xxyw',
|
|
},
|
|
{
|
|
title: '综合新闻',
|
|
docs: 'https://docs.rsshub.app/routes/other#wu-chang-shou-yi-xue-yuan',
|
|
source: '/*',
|
|
target: '/wsyu/news/zhxw',
|
|
},
|
|
{
|
|
title: '媒体聚焦',
|
|
docs: 'https://docs.rsshub.app/routes/other#wu-chang-shou-yi-xue-yuan',
|
|
source: '/*',
|
|
target: '/wsyu/news/mtjj',
|
|
},
|
|
],
|
|
},
|
|
};
|