20 lines
578 B
JavaScript
20 lines
578 B
JavaScript
module.exports = {
|
|
'theblockbeats.info': {
|
|
_name: '律动',
|
|
rszhaopin: [
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#lu-dong-xin-wen-kuai-xun',
|
|
source: ['/'],
|
|
target: '/blockbeats/newsflash',
|
|
},
|
|
{
|
|
title: '文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#lu-dong-xin-wen-kuai-xun',
|
|
source: ['/'],
|
|
target: '/blockbeats/article',
|
|
},
|
|
],
|
|
},
|
|
};
|