docs: format
This commit is contained in:
parent
b7ae705ab8
commit
5383b8a652
|
|
@ -504,6 +504,12 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
|
||||
<Route author="WenryXu" example="/juesheng" path="/juesheng"/>
|
||||
|
||||
## 空气质量
|
||||
|
||||
### 实时 AQI
|
||||
|
||||
<Route author="xapool" example="/aqicn/beijing" path="/aqicn/:city" :paramsDesc="['城市拼音或地区 ID,详见[aqicn.org](http://aqicn.org/city/)']"/>
|
||||
|
||||
## 快递
|
||||
|
||||
### 快递
|
||||
|
|
@ -884,9 +890,3 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
### 全文
|
||||
|
||||
<Route author="HenryQW" example="/zzz" path="/zzz/index"/>
|
||||
|
||||
## 空气质量
|
||||
|
||||
### 实时 AQI
|
||||
|
||||
<Route author="xapool" example="/aqicn/beijing" path="/aqicn/:city" :paramsDesc="['城市拼音或地区 ID,详见[aqicn.org](http://aqicn.org/city/)']"/>
|
||||
|
|
|
|||
|
|
@ -298,16 +298,6 @@ pageClass: routes
|
|||
|
||||
<Route author="xyqfer" example="/nga/post/15939161" path="/nga/post/:tid" :paramsDesc="['帖子 id, 可在帖子 URL 找到']"/>
|
||||
|
||||
## Saraba1st
|
||||
|
||||
### 帖子
|
||||
|
||||
<Route author="zengxs" example="/saraba1st/thread/1789863" path="/saraba1st/thread/:tid" :paramsDesc="['帖子 id']">
|
||||
|
||||
帖子网址如果为 <https://bbs.saraba1st.com/2b/thread-1789863-1-1.html> 那么帖子 id 就是 `1789863`。
|
||||
|
||||
</Route>
|
||||
|
||||
## pixiv
|
||||
|
||||
### 用户收藏
|
||||
|
|
@ -336,6 +326,16 @@ pageClass: routes
|
|||
|
||||
<Route author="DIYgod" example="/pixiv/search/麻衣/popular" path="/pixiv/search/:keyword/:order?" :paramsDesc="['关键词', '排序方式,popular 按热门度排序,空或其他任意值按时间排序']"/>
|
||||
|
||||
## Saraba1st
|
||||
|
||||
### 帖子
|
||||
|
||||
<Route author="zengxs" example="/saraba1st/thread/1789863" path="/saraba1st/thread/:tid" :paramsDesc="['帖子 id']">
|
||||
|
||||
帖子网址如果为 <https://bbs.saraba1st.com/2b/thread-1789863-1-1.html> 那么帖子 id 就是 `1789863`。
|
||||
|
||||
</Route>
|
||||
|
||||
## Telegram
|
||||
|
||||
### 频道
|
||||
|
|
|
|||
Loading…
Reference in New Issue