mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
* fix(route): 每经网分类 * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
20 lines
513 B
JavaScript
20 lines
513 B
JavaScript
module.exports = {
|
|
'nbd.com.cn': {
|
|
_name: '每经网',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/finance.html#mei-jing-wang',
|
|
source: '/',
|
|
targer: '/nbd',
|
|
},
|
|
{
|
|
title: '重磅原创',
|
|
docs: 'https://docs.rsshub.app/finance.html#mei-jing-wang',
|
|
source: '/',
|
|
targer: '/nbd/daily',
|
|
},
|
|
],
|
|
},
|
|
};
|