20 lines
517 B
JavaScript
20 lines
517 B
JavaScript
module.exports = {
|
|
'nbd.com.cn': {
|
|
_name: '每经网',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/routes/finance#mei-jing-wang',
|
|
source: '/',
|
|
target: '/nbd',
|
|
},
|
|
{
|
|
title: '重磅原创',
|
|
docs: 'https://docs.rsshub.app/routes/finance#mei-jing-wang',
|
|
source: '/',
|
|
target: '/nbd/daily',
|
|
},
|
|
],
|
|
},
|
|
};
|