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

26 lines
815 B
JavaScript

module.exports = {
'cls.cn': {
_name: '财联社',
'.': [
{
title: '电报',
docs: 'https://docs.rsshub.app/routes/finance#cai-lian-she',
source: ['/telegraph', '/'],
target: '/cls/telegraph',
},
{
title: '深度',
docs: 'https://docs.rsshub.app/routes/finance#cai-lian-she',
source: ['/depth', '/'],
target: (_, url) => `/cls/depth/${new URL(url).searchParams.get('id')}`,
},
{
title: '热门文章排行榜',
docs: 'https://docs.rsshub.app/routes/finance#cai-lian-she',
source: ['/'],
target: '/cls/hot',
},
],
},
};