style: auto format

This commit is contained in:
github-actions[bot] 2022-08-17 00:32:16 +00:00
parent 5f9018c3df
commit ecfea34284
2 changed files with 10 additions and 13 deletions

View File

@ -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 中找到']" />

View File

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