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