Files
RSSHub/lib/v2/cbnweek/radar.js
Ethan Shen 9b2afb376f feat(route): add 第一财经杂志 (#10036)
* feat(route): add 第一财经杂志

* fix typo
2022-06-27 20:52:52 +08:00

14 lines
334 B
JavaScript

module.exports = {
'cbnweek.com': {
_name: '第一财经杂志',
'.': [
{
title: '首页',
docs: 'https://docs.rsshub.app/finance.html#di-yi-cai-jing-za-zhi-shou-ye',
source: ['/'],
target: '/cbnweek',
},
],
},
};