mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
14 lines
338 B
JavaScript
14 lines
338 B
JavaScript
module.exports = {
|
|
'bigquant.com': {
|
|
_name: 'BigQuant',
|
|
'.': [
|
|
{
|
|
title: '专题报告',
|
|
docs: 'https://docs.rsshub.app/finance.html#bigquant-zhuan-ti-bao-gao',
|
|
source: '/',
|
|
target: '/bigquant/collections',
|
|
},
|
|
],
|
|
},
|
|
};
|