mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
20 lines
582 B
JavaScript
20 lines
582 B
JavaScript
module.exports = {
|
|
'fastbull.cn': {
|
|
_name: '法布财经',
|
|
'.': [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/finance.html#fa-bu-cai-jing-xin-wen',
|
|
source: ['/news', '/'],
|
|
target: '/fastbull/news',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/finance.html#fa-bu-cai-jing-kuai-xun',
|
|
source: ['/express-news', '/'],
|
|
target: '/fastbull/express-news',
|
|
},
|
|
],
|
|
},
|
|
};
|