mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
14 lines
358 B
JavaScript
14 lines
358 B
JavaScript
module.exports = {
|
|
'bse.cn': {
|
|
_name: '北京证券交易所',
|
|
'.': [
|
|
{
|
|
title: '栏目',
|
|
docs: 'https://docs.rsshub.app/finance.html#bei-jing-zheng-quan-jiao-yi-suo-lan-mu',
|
|
source: ['/'],
|
|
target: '/bse/:category?/:keyword?',
|
|
},
|
|
],
|
|
},
|
|
};
|