docs: add anti-crawler badge for jike, close #2212
This commit is contained in:
parent
36111892a1
commit
5f83ef4e2e
|
|
@ -508,15 +508,9 @@ pageClass: routes
|
|||
|
||||
## 即刻
|
||||
|
||||
::: warning 注意
|
||||
|
||||
即刻圈子较为复杂, 部分圈子可能出现不适配的情况. 如出现上述情况请[提 Issue](https://github.com/DIYgod/RSSHub/issues).
|
||||
|
||||
:::
|
||||
|
||||
### 圈子-精选
|
||||
|
||||
<Route author="DIYgod" example="/jike/topic/54dffb40e4b0f57466e675f0" path="/jike/topic/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']"/>
|
||||
<Route author="DIYgod" example="/jike/topic/54dffb40e4b0f57466e675f0" path="/jike/topic/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" crawlerBadge="1"/>
|
||||
|
||||
::: tip 提示
|
||||
|
||||
|
|
@ -526,19 +520,19 @@ pageClass: routes
|
|||
|
||||
### 圈子-广场
|
||||
|
||||
<Route author="DIYgod" example="/jike/topic/square/54dffb40e4b0f57466e675f0" path="/jike/topic/square/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']"/>
|
||||
<Route author="DIYgod" example="/jike/topic/square/54dffb40e4b0f57466e675f0" path="/jike/topic/square/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" crawlerBadge="1"/>
|
||||
|
||||
### 圈子-纯文字
|
||||
|
||||
<Route author="HenryQW" example="/jike/topic/text/553870e8e4b0cafb0a1bef68" path="/jike/topic/text/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']"/>
|
||||
<Route author="HenryQW" example="/jike/topic/text/553870e8e4b0cafb0a1bef68" path="/jike/topic/text/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" crawlerBadge="1"/>
|
||||
|
||||
### 用户动态
|
||||
|
||||
<Route author="DIYgod" example="/jike/user/82D23B32-CF36-4C59-AD6F-D05E3552CBF3" path="/jike/user/:id" :paramsDesc="['用户 id, 可在即刻 web 端用户页 URL 中找到']"/>
|
||||
<Route author="DIYgod" example="/jike/user/82D23B32-CF36-4C59-AD6F-D05E3552CBF3" path="/jike/user/:id" :paramsDesc="['用户 id, 可在即刻 web 端用户页 URL 中找到']" crawlerBadge="1"/>
|
||||
|
||||
### 即刻小报
|
||||
|
||||
<Route author="Andiedie" example="/jike/daily" path="/jike/daily"/>
|
||||
<Route author="Andiedie" example="/jike/daily" path="/jike/daily" crawlerBadge="1"/>
|
||||
|
||||
## 简书
|
||||
|
||||
|
|
@ -632,7 +626,7 @@ pageClass: routes
|
|||
|
||||
### 公众号(即刻来源)
|
||||
|
||||
<Route author="DIYgod" example="/jike/topic/584b8ac671a288001154a115" path="/jike/topic/:id" :paramsDesc="['参考 [即刻-圈子-精选](#/jike/topic/:id)']"/>
|
||||
<Route author="DIYgod" example="/jike/topic/584b8ac671a288001154a115" path="/jike/topic/:id" :paramsDesc="['参考 [即刻-圈子-精选](#/jike/topic/:id)']" crawlerBadge="1"/>
|
||||
|
||||
### 公众号(瓦斯来源)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue