RSSHub/lib/v2/chaincatcher/radar.js

20 lines
588 B
JavaScript

module.exports = {
'chaincatcher.com': {
_name: '链捕手 ChainCatcher',
'.': [
{
title: '首页',
docs: 'https://docs.rsshub.app/routes/new-media#lian-bu-shou-chaincatcher',
source: ['/'],
target: '/chaincatcher',
},
{
title: '快讯',
docs: 'https://docs.rsshub.app/routes/new-media#lian-bu-shou-chaincatcher',
source: ['/news', '/'],
target: '/chaincatcher/news',
},
],
},
};