mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
26 lines
816 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|