mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
26 lines
788 B
JavaScript
26 lines
788 B
JavaScript
module.exports = {
|
|
'wsyu.edu.cn': {
|
|
_name: '新闻中心',
|
|
www: [
|
|
{
|
|
title: '学校要闻',
|
|
docs: 'https://docs.rsshub.app/other.html#wu-chang-shou-yi-xue-yuan',
|
|
source: '/*',
|
|
target: '/wsyu/news/xxyw',
|
|
},
|
|
{
|
|
title: '综合新闻',
|
|
docs: 'https://docs.rsshub.app/other.html#wu-chang-shou-yi-xue-yuan',
|
|
source: '/*',
|
|
target: '/wsyu/news/zhxw',
|
|
},
|
|
{
|
|
title: '媒体聚焦',
|
|
docs: 'https://docs.rsshub.app/other.html#wu-chang-shou-yi-xue-yuan',
|
|
source: '/*',
|
|
target: '/wsyu/news/mtjj',
|
|
},
|
|
],
|
|
},
|
|
};
|