20 lines
567 B
JavaScript
20 lines
567 B
JavaScript
module.exports = {
|
|
'theblockbeats.info': {
|
|
_name: '律动',
|
|
rszhaopin: [
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/new-media.html#lu-dong-xin-wen-kuai-xun',
|
|
source: ['/'],
|
|
target: '/blockbeats/flash',
|
|
},
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/new-media.html#lu-dong-xin-wen-kuai-xun',
|
|
source: ['/'],
|
|
target: '/blockbeats/news',
|
|
},
|
|
],
|
|
},
|
|
};
|