mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
14 lines
334 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|