Files
RSSHub/lib/v2/cqwu/radar.js
2022-01-22 19:18:25 +00:00

28 lines
885 B
JavaScript

module.exports = {
'cqwu.net': {
_name: '重庆文理学院',
www: [
{
title: '通知',
docs: 'https://docs.rsshub.app/university.html#chong-qing-wen-li-xue-yuan',
source: '/:type',
target: (params) => {
if (params.type === 'channel_7721.html') {
return '/cqwu/news/notify';
}
},
},
{
title: '学术活动',
docs: 'https://docs.rsshub.app/university.html#chong-qing-wen-li-xue-yuan',
source: '/:type',
target: (params) => {
if (params.type === 'channel_7722.html') {
return '/cqwu/news/academiceve';
}
},
},
],
},
};