Files
RSSHub/lib/v2/allrecode/radar.js
Ethan Shen 420ed7d23c feat(route): add 重构 (#10153)
* feat(route): add 重构

* fix typo
2022-07-06 20:41:03 +08:00

26 lines
810 B
JavaScript

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