20 lines
546 B
JavaScript
20 lines
546 B
JavaScript
module.exports = {
|
|
'theblockbeats.info': {
|
|
_name: '律动',
|
|
rszhaopin: [
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/routes/finance#lv-dong',
|
|
source: ['/'],
|
|
target: '/theblockbeats/newsflash',
|
|
},
|
|
{
|
|
title: '文章',
|
|
docs: 'https://docs.rsshub.app/routes/finance#lv-dong',
|
|
source: ['/'],
|
|
target: '/theblockbeats/article',
|
|
},
|
|
],
|
|
},
|
|
};
|