Enhancement: 更新微博文档 (#1091)
- 由于 diy 清空了微博,文档中举例输出的内容为空,因此换了一个 🌰 - Closes #1058
This commit is contained in:
parent
350ef986c3
commit
a749a09c8f
|
|
@ -322,7 +322,7 @@ RSSHub 提供下列 API 接口:
|
|||
|
||||
### 微博
|
||||
|
||||
<route name="博主(方案1)" author="DIYgod" example="/weibo/user/3306934123" path="/weibo/user/:uid" :paramsDesc="['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取']"/>
|
||||
<route name="博主(方案1)" author="DIYgod" example="/weibo/user/1195230310" path="/weibo/user/:uid" :paramsDesc="['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取']"/>
|
||||
|
||||
::: warning 注意
|
||||
|
||||
|
|
@ -330,7 +330,7 @@ RSSHub 提供下列 API 接口:
|
|||
|
||||
:::
|
||||
|
||||
<route name="博主(方案2)" author="DIYgod" example="/weibo/user2/3306934123" path="/weibo/user2/:uid" :paramsDesc="['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取']"/>
|
||||
<route name="博主(方案2)" author="DIYgod" example="/weibo/user2/1195230310" path="/weibo/user2/:uid" :paramsDesc="['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取']"/>
|
||||
|
||||
<route name="关键词" author="DIYgod" example="/weibo/keyword/DIYgod" path="/weibo/keyword/:keyword" :paramsDesc="['你想订阅的微博关键词']"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue