style: auto format
This commit is contained in:
parent
8794007715
commit
49827f24f1
|
|
@ -17,12 +17,6 @@ pageClass: routes
|
|||
|
||||
<RouteEn author="a180285" example="/acm-ecnu/contest/public" path="/acm-ecnu/contest/:category?" radar="1" rssbud="1" :paramsDesc="['category is optional, default is all, use `public` for public only contests']" />
|
||||
|
||||
## Codeforces
|
||||
|
||||
### Latest contests
|
||||
|
||||
<RouteEn author="Fatpandac" example="/codeforces/contests" path="/codeforces/contests"/>
|
||||
|
||||
## AtCoder
|
||||
|
||||
### Present Contests
|
||||
|
|
@ -67,6 +61,12 @@ Category
|
|||
|
||||
<RouteEn author="nczitzk" example="/atcoder/post" path="/atcoder/post/:language?/:keyword?" :paramsDesc="['Language, `jp` as Japanese or `en` as English, English by default', 'Keyword']"/>
|
||||
|
||||
## Codeforces
|
||||
|
||||
### Latest contests
|
||||
|
||||
<RouteEn author="Fatpandac" example="/codeforces/contests" path="/codeforces/contests"/>
|
||||
|
||||
## cve.mitre.org
|
||||
|
||||
### Search Result
|
||||
|
|
|
|||
|
|
@ -30,12 +30,6 @@ pageClass: routes
|
|||
|
||||
> AlgoCasts 需要付费订阅,RSS 仅做更新提醒,不含付费内容.
|
||||
|
||||
## Codeforces
|
||||
|
||||
#### 最新比赛
|
||||
|
||||
<Route author="Fatpandac" example="/codeforces/contests" path="/codeforces/contests"/>
|
||||
|
||||
## AtCoder
|
||||
|
||||
### Present Contests
|
||||
|
|
@ -80,6 +74,12 @@ Rated 对象
|
|||
|
||||
<Route author="nczitzk" example="/atcoder/post" path="/atcoder/post/:language?/:keyword?" :paramsDesc="['语言,可选 `jp` 即日语 或 `en` 即英语,默认为英语', '关键字,默认为空']"/>
|
||||
|
||||
## Codeforces
|
||||
|
||||
#### 最新比赛
|
||||
|
||||
<Route author="Fatpandac" example="/codeforces/contests" path="/codeforces/contests"/>
|
||||
|
||||
## cve.mitre.org
|
||||
|
||||
### 搜索结果
|
||||
|
|
|
|||
Loading…
Reference in New Issue