style: auto format
This commit is contained in:
parent
c752ec1dd6
commit
40330fd9e4
|
|
@ -16,6 +16,12 @@ pageClass: routes
|
|||
|
||||
<RouteEn author="quinn-dev" example="/verfghbw/press" path="/verfghbw/press/:keyword?" :paramsDesc="['Keyword']"/>
|
||||
|
||||
## Hong Kong Independent Commission Against Corruption
|
||||
|
||||
### Press Releases
|
||||
|
||||
<Route author="linbuxiao" example="/icac/news/sc" path="/icac/news/:lang?" :paramsDesc="['Language, default to `sc`. Supprot `en`(English), `sc`(Simplified Chinese) and `tc`(Traditional Chinese)']">
|
||||
|
||||
## Ministry of Foreign Affairs of Japan
|
||||
|
||||
### Press conference
|
||||
|
|
@ -67,9 +73,3 @@ Category
|
|||
### Dispute settlement news
|
||||
|
||||
<RouteEn author="nczitzk" example="/wto/dispute-settlement" path="/wto/dispute-settlement/:year?" :paramsDesc="['Year, current year by default']"/>
|
||||
|
||||
## Hong Kong Independent Commission Against Corruption
|
||||
|
||||
### Press Releases
|
||||
|
||||
<Route author="linbuxiao" example="/icac/news/sc" path="/icac/news/:lang?" :paramsDesc="['Language, default to `sc`. Supprot `en`(English), `sc`(Simplified Chinese) and `tc`(Traditional Chinese)']">
|
||||
|
|
|
|||
|
|
@ -234,6 +234,12 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
## 香港廉政公署
|
||||
|
||||
### 新闻公布
|
||||
|
||||
<Route author="linbuxiao" example="/icac/news/sc" path="/icac/news/:lang?" :paramsDesc="['语言,留空为`sc`,支持`sc`(简中),`tc`(繁中),`en`(英文)']">
|
||||
|
||||
## 中国工业和信息化部
|
||||
|
||||
### 政策解读
|
||||
|
|
@ -707,9 +713,3 @@ pageClass: routes
|
|||
### 审查调查
|
||||
|
||||
<Route author="LogicJake" example="/ccdi/scdc" path="/ccdi/scdc"/>
|
||||
|
||||
## 香港廉政公署
|
||||
|
||||
### 新闻公布
|
||||
|
||||
<Route author="linbuxiao" example="/icac/news/sc" path="/icac/news/:lang?" :paramsDesc="['语言,留空为`sc`,支持`sc`(简中),`tc`(繁中),`en`(英文)']">
|
||||
|
|
|
|||
Loading…
Reference in New Issue