style: auto format

This commit is contained in:
GitHub Action
2022-01-22 16:14:11 +00:00
parent a8ee326fe7
commit ac596b8634
2 changed files with 18 additions and 18 deletions

View File

@@ -404,6 +404,16 @@ pageClass: routes
<Route author="nczitzk" example="/gov/caict/caictgd" path="/gov/caict/caictgd"/>
## 中国银行保险监督管理委员会
<Route author="JkCheung" example="/cbirc/" path="/cbirc/:category" :paramsDesc="['类目']">
| 监管动态 | 公告通知 | 政策法规 | 政策解读 | 征求意见 | 行政许可 | 行政处罚 | 行政监管措施 | 工作论文 | 金融监管研究 | 统计信息 |
| :------: | :------: | :------: | :------: | :------: | :------: | :------: | :----------: | :------: | :----------: | :------: |
| jgdt | ggtz | zcfg | zcjd | zqyj | xzxk | xzcf | xzjgcs | gzlw | jrjgyj | tjxx |
</Route>
## 中国证券监督管理委员会
### 发审委公告
@@ -418,16 +428,6 @@ pageClass: routes
<Route author="hillerliao" example="/csrc/auditstatus/:apply_id" path="/csrc/auditstatus" :paramsDesc="['事项类别id `https://neris.csrc.gov.cn/alappl/home/xkDetail` 列表中各地址的 appMatrCde 参数']"/>
## 中国银行保险监督管理委员会
<Route author="JkCheung" example="/cbirc/" path="/cbirc/:category" :paramsDesc="['类目']">
| 监管动态 | 公告通知 | 政策法规 | 政策解读 | 征求意见 | 行政许可 | 行政处罚 | 行政监管措施 | 工作论文 | 金融监管研究 | 统计信息 |
| :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: |
| jgdt | ggtz | zcfg | zcjd | zqyj | xzxk | xzcf | xzjgcs | gzlw | jrjgyj | tjxx |
</Route>
## 中国政府
### 数据

View File

@@ -13,7 +13,7 @@ const categories = {
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=925,pageIndex=1,pageSize=18.json`,
title: '公告通知',
},
zcfg:{
zcfg: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '政策法规',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=926,pageIndex=1,pageSize=18.json`,
@@ -31,42 +31,42 @@ const categories = {
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=951,pageIndex=1,pageSize=18.json`,
title: '征求意见',
},
xzxk:{
xzxk: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '行政许可',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=930,pageIndex=1,pageSize=18.json`,
title: '行政许可',
},
xzcf:{
xzcf: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '行政处罚',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=931,pageIndex=1,pageSize=18.json`,
title: '行政处罚',
},
xzjgcs:{
xzjgcs: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '行政监管措施',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=932,pageIndex=1,pageSize=18.json`,
title: '行政监管措施',
},
gzlw:{
gzlw: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '工作论文',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=934,pageIndex=1,pageSize=18.json`,
title: '工作论文',
},
jrzgyj:{
jrzgyj: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '金融监管研究',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=935,pageIndex=1,pageSize=18.json`,
title: '金融监管研究',
},
tjxx:{
tjxx: {
baseUrl: `http://www.cbirc.gov.cn`,
description: '统计信息',
link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=954,pageIndex=1,pageSize=18.json`,
title: '统计信息',
}
},
};
async function getContent(item) {