docs: format
This commit is contained in:
parent
d8561246d8
commit
e0d544be9b
|
|
@ -733,9 +733,3 @@ type 为 all 时,category 参数不支持 cost 和 free
|
|||
### はてな匿名ダイアリー - 人気記事アーカイブ
|
||||
|
||||
<Route author="masakichi" example="/hatena/anonymous_diary/archive" path="/hatena/anonymous_diary/archive"/>
|
||||
|
||||
## 靠谱新闻
|
||||
|
||||
### 新闻聚合
|
||||
|
||||
<Route author="wushijishan" example="/kaopunews/all" path="/kaopunews/all"/>
|
||||
|
|
|
|||
|
|
@ -778,7 +778,11 @@ rule
|
|||
|
||||
### 博主
|
||||
|
||||
<Route author="DIYgod iplusx" example="/weibo/user/1195230310" path="/weibo/user/:uid/:displayVideo?" :paramsDesc="['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取', '是否直接显示微博视频, 缺省 `1` 显示, 若不需要显示则填 `0` ']" anticrawler="1" radar="1"/>
|
||||
<Route author="DIYgod iplusx" example="/weibo/user/1195230310" path="/weibo/user/:uid/:displayVideo?" :paramsDesc="['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取', '是否直接显示微博视频, 缺省 `1` 显示, 若不需要显示则填 `0` ']" anticrawler="1" radar="1">
|
||||
|
||||
部分博主仅登录可见,不支持订阅,可以通过打开 `https://m.weibo.cn/u/:uid` 验证
|
||||
|
||||
</Route>
|
||||
|
||||
### 关键词
|
||||
|
||||
|
|
|
|||
|
|
@ -255,6 +255,12 @@ category 对应的关键词有
|
|||
|
||||
</Route>
|
||||
|
||||
## 靠谱新闻
|
||||
|
||||
### 新闻聚合
|
||||
|
||||
<Route author="wushijishan" example="/kaopunews/all" path="/kaopunews/all"/>
|
||||
|
||||
## 联合早报
|
||||
|
||||
### 即时新闻
|
||||
|
|
|
|||
Loading…
Reference in New Issue