Files
RSSHub/lib/v2/allrecode/radar.js
2023-08-15 03:12:12 +01:00

26 lines
816 B
JavaScript

module.exports = {
'allrecode.com': {
_name: '重构',
'.': [
{
title: '推荐',
docs: 'https://docs.rsshub.app/routes/news-media#chong-gou-tui-jian',
source: ['/recommends', '/'],
target: '/allrecode/recommends',
},
{
title: '快讯',
docs: 'https://docs.rsshub.app/routes/news-media#chong-gou-kuai-xun',
source: ['/news', '/'],
target: '/allrecode/news',
},
{
title: '资讯',
docs: 'https://docs.rsshub.app/routes/news-media#chong-gou-zi-xun',
source: ['/:category', '/'],
target: '/allrecode/:category',
},
],
},
};