Files
RSSHub/lib/v2/nbd/radar.js
Ethan Shen 0f503e55e0 fix(route): 每经网分类 (#7998)
* fix(route): 每经网分类

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-23 21:11:16 +08:00

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',
},
],
},
};