style: auto format
This commit is contained in:
parent
6a2a996a56
commit
b86ba62fec
|
|
@ -280,6 +280,20 @@ pageClass: routes
|
|||
|
||||
<Route author="EsuRt" example="/gov/statecouncil/briefing" path="/gov/statecouncil/briefing"/>
|
||||
|
||||
## 中国证券监督管理委员会
|
||||
|
||||
### 发审委公告
|
||||
|
||||
<Route author="chinobing" example="/csrc/fashenwei" path="/csrc/fashenwei"/>
|
||||
|
||||
### 证监会消息
|
||||
|
||||
<Route author="chinobing LogicJake" example="/csrc/news/zjhxwfb-xwfbh" path="/csrc/news/:suffix?" :paramsDesc="['支持形如`http://www.csrc.gov.cn/pub/newsite/*/*`的网站,将 newsite 后面的两段网址后缀以 - 连接']" />
|
||||
|
||||
### 申请事项进度
|
||||
|
||||
<Route author="hillerliao" example="/csrc/auditstatus/:apply_id" path="/csrc/auditstatus" :paramsDesc="['事项类别id, `https://neris.csrc.gov.cn/alappl/home/xkDetail` 列表中各地址的 appMatrCde 参数']"/>
|
||||
|
||||
## 中国政协网
|
||||
|
||||
### 栏目
|
||||
|
|
@ -371,20 +385,6 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
## 中国证券监督管理委员会
|
||||
|
||||
### 发审委公告
|
||||
|
||||
<Route author="chinobing" example="/csrc/fashenwei" path="/csrc/fashenwei"/>
|
||||
|
||||
### 证监会消息
|
||||
|
||||
<Route author="chinobing LogicJake" example="/csrc/news/zjhxwfb-xwfbh" path="/csrc/news/:suffix?" :paramsDesc="['支持形如`http://www.csrc.gov.cn/pub/newsite/*/*`的网站,将 newsite 后面的两段网址后缀以 - 连接']" />
|
||||
|
||||
### 申请事项进度
|
||||
|
||||
<Route author="hillerliao" example="/csrc/auditstatus/:apply_id" path="/csrc/auditstatus" :paramsDesc="['事项类别id, `https://neris.csrc.gov.cn/alappl/home/xkDetail` 列表中各地址的 appMatrCde 参数']"/>
|
||||
|
||||
## 中国驻外使领馆
|
||||
|
||||
### 大使馆重要通知
|
||||
|
|
|
|||
|
|
@ -1370,6 +1370,18 @@ column 为 third 时可选的 category:
|
|||
|
||||
</Route>
|
||||
|
||||
## 美国大学和雇主协会
|
||||
|
||||
### 博客
|
||||
|
||||
<Route author="nczitzk" example="/nace/blog" path="/nace/blog/:sort?" :paramsDesc="['排序,见下表,默认为 Most Recent']">
|
||||
|
||||
| Most Recent | Top Rated | Most Read |
|
||||
| ----------- | --------- | ------------- |
|
||||
| | top-blogs | mostreadblogs |
|
||||
|
||||
</Route>
|
||||
|
||||
## 梅花网
|
||||
|
||||
### 作品
|
||||
|
|
@ -1404,18 +1416,6 @@ column 为 third 时可选的 category:
|
|||
|
||||
</Route>
|
||||
|
||||
## 美国大学和雇主协会
|
||||
|
||||
### 博客
|
||||
|
||||
<Route author="nczitzk" example="/nace/blog" path="/nace/blog/:sort?" :paramsDesc="['排序,见下表,默认为 Most Recent']">
|
||||
|
||||
| Most Recent | Top Rated | Most Read |
|
||||
| ----------- | --------- | ------------- |
|
||||
| | top-blogs | mostreadblogs |
|
||||
|
||||
</Route>
|
||||
|
||||
## 梅斯医学 MedSci
|
||||
|
||||
### 推荐
|
||||
|
|
|
|||
Loading…
Reference in New Issue