feat(route): add 软餐 (#8253)

* feat(route): add 软餐

* update lib/v2/ruancan/radar.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* update lib/v2/ruancan/radar.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* update lib/v2/ruancan/radar.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
This commit is contained in:
Ethan Shen
2021-09-26 16:56:27 +08:00
committed by GitHub
parent 8b577e82e3
commit aecd6f5fec
5 changed files with 106 additions and 0 deletions

View File

@@ -1994,6 +1994,24 @@ column 为 third 时可选的 category:
<Route author="Director-0428" example="/woshipm/latest" path="/woshipm/latest"/>
## 软餐
### 首页
<Route author="nczitzk" example="/ruancan" path="/ruancan"/>
### 分类
<Route author="nczitzk" example="/ruancan/sort/news" path="/ruancan/sort/:sort" :paramsDesc="['分类 id可在对应分类页 URL 中找到']"/>
### 标签
<Route author="nczitzk" example="/ruancan/tag/oxygenos" path="/ruancan/tag/:tag" :paramsDesc="['标签 id可在对应标签页 URL 中找到']"/>
### 搜索
<Route author="nczitzk" example="/ruancan/search/ColorOS" path="/ruancan/search/:keyword?" :paramsDesc="['关键字,默认为空']"/>
## 少数派 sspai
### 最新上架付费专栏