style: auto format

This commit is contained in:
GitHub Action 2021-09-26 07:10:55 +00:00
parent c752ec1dd6
commit 40330fd9e4
2 changed files with 12 additions and 12 deletions

View File

@ -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)']">

View File

@ -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`(英文)']">