mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
20 lines
551 B
JavaScript
20 lines
551 B
JavaScript
module.exports = {
|
|
'infoq.cn': {
|
|
_name: 'InfoQ 中文',
|
|
'.': [
|
|
{
|
|
title: '推荐',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#infoq-zhong-wen',
|
|
source: ['/'],
|
|
target: '/infoq/recommend',
|
|
},
|
|
{
|
|
title: '话题',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#infoq-zhong-wen',
|
|
source: ['/topic/:id'],
|
|
target: '/infoq/topic/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|