mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
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:
@@ -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
|
||||
|
||||
### 最新上架付费专栏
|
||||
|
||||
Reference in New Issue
Block a user