mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
14 lines
409 B
JavaScript
14 lines
409 B
JavaScript
module.exports = {
|
|
'cbirc.gov.cn': {
|
|
_name: '中国银行保险监督管理委员会',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/government.html#zhong-guo-yin-xing-bao-xian-jian-du-guan-li-wei-yuan-hui',
|
|
source: ['/:category', '/'],
|
|
target: '/cbirc/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|