mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
14 lines
379 B
JavaScript
14 lines
379 B
JavaScript
module.exports = {
|
|
'szse.cn': {
|
|
_name: '深圳证券交易所',
|
|
'.': [
|
|
{
|
|
title: '最新规则',
|
|
docs: 'https://docs.rsshub.app/other.html#shen-zhen-zheng-quan-jiao-yi-suo-zui-xin-gui-ze',
|
|
source: ['/lawrules/rule/new', '/'],
|
|
target: '/szse/rule',
|
|
},
|
|
],
|
|
},
|
|
};
|