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

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',
},
],
},
};