Files
RSSHub/lib/v2/wsyu/radar.js
2021-11-27 23:31:59 +00:00

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