style: auto format
This commit is contained in:
parent
5f9018c3df
commit
ecfea34284
12
docs/blog.md
12
docs/blog.md
|
|
@ -14,6 +14,11 @@ pageClass: routes
|
|||
|
||||
<Route author="emdoe" example="/benedictevans" path="/benedictevans"/>
|
||||
|
||||
## CSDN
|
||||
|
||||
### 用户博客
|
||||
|
||||
<Route author="Jkker" example="/csdn/blog/csdngeeknews" path="/csdn/blog/:user" radar="1" :paramsDesc="['`user` 为 CSDN 用户名,可以在主页 url 中找到']" />
|
||||
## Google Sites
|
||||
|
||||
### 文章更新
|
||||
|
|
@ -349,10 +354,3 @@ username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog
|
|||
:::
|
||||
|
||||
</Route>
|
||||
|
||||
|
||||
## CSDN
|
||||
|
||||
### 用户博客
|
||||
|
||||
<Route author="Jkker" example="/csdn/blog/csdngeeknews" path="/csdn/blog/:user" radar="1" :paramsDesc="['`user` 为 CSDN 用户名,可以在主页 url 中找到']" />
|
||||
|
|
@ -10,6 +10,11 @@ pageClass: routes
|
|||
|
||||
<RouteEn author="kt286" example="/archdaily" path="/archdaily"/>
|
||||
|
||||
## CSDN
|
||||
|
||||
### User Feed
|
||||
|
||||
<RouteEn author="Jkker" example="/csdn/blog/csdngeeknews" path="/csdn/blog/:user" radar="1" :paramsDesc="['`user` is the username of a CSDN blog which can be found in the url of the home page']" />
|
||||
## Google Sites
|
||||
|
||||
### Articles
|
||||
|
|
@ -96,9 +101,3 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
<RouteEn author="nczitzk" example="/yuzu-emu/entry" path="/yuzu-emu/entry" />
|
||||
|
||||
|
||||
## CSDN
|
||||
|
||||
### User Feed
|
||||
|
||||
<RouteEn author="Jkker" example="/csdn/blog/csdngeeknews" path="/csdn/blog/:user" radar="1" :paramsDesc="['`user` is the username of a CSDN blog which can be found in the url of the home page']" />
|
||||
Loading…
Reference in New Issue