mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 01:43:35 +08:00
feat: jike radar rules
This commit is contained in:
@@ -2042,4 +2042,30 @@
|
||||
},
|
||||
],
|
||||
},
|
||||
'okjike.com': {
|
||||
_name: '即刻',
|
||||
m: [
|
||||
{
|
||||
title: '用户动态',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#ji-ke-yong-hu-dong-tai',
|
||||
source: '/reposts/:repostId',
|
||||
target: (params, url, document) => {
|
||||
const uid = document.querySelector('.avatar').getAttribute('href').replace('/users/', '');
|
||||
return uid ? `/jike/user/${uid}` : '';
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '圈子',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#ji-ke-quan-zi',
|
||||
source: '/topics/:id',
|
||||
target: '/jike/topic/:id',
|
||||
},
|
||||
{
|
||||
title: '圈子 - 纯文字',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#ji-ke-quan-zi-chun-wen-zi',
|
||||
source: '/topics/:id',
|
||||
target: '/jike/topic/text/:id',
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -690,9 +690,13 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
||||
|
||||
## 即刻
|
||||
|
||||
### 用户动态
|
||||
|
||||
<Route author="DIYgod prnake" example="/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB" path="/jike/user/:id" :paramsDesc="['用户 id, 可在即刻分享出来的单条动态页点击用户头像进入个人主页,然后在个人主页的 URL 中找到,或者在单条动态页使用 RSSHub Radar 插件']" radar="1"/>
|
||||
|
||||
### 圈子
|
||||
|
||||
<Route author="DIYgod prnake" example="/jike/topic/556688fae4b00c57d9dd46ee" path="/jike/topic/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" anticrawler="1"/>
|
||||
<Route author="DIYgod prnake" example="/jike/topic/556688fae4b00c57d9dd46ee" path="/jike/topic/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" radar="1"/>
|
||||
|
||||
::: tip 提示
|
||||
|
||||
@@ -702,11 +706,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
||||
|
||||
### 圈子 - 纯文字
|
||||
|
||||
<Route author="HenryQW" example="/jike/topic/text/553870e8e4b0cafb0a1bef68" path="/jike/topic/text/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" anticrawler="1"/>
|
||||
|
||||
### 用户动态
|
||||
|
||||
<Route author="DIYgod prnake" example="/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB" path="/jike/user/:id" :paramsDesc="['用户 id, 可在即刻 web 端用户页 URL 中找到']" anticrawler="1"/>
|
||||
<Route author="HenryQW" example="/jike/topic/text/553870e8e4b0cafb0a1bef68" path="/jike/topic/text/:id" :paramsDesc="['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']" radar="1"/>
|
||||
|
||||
## 简书
|
||||
|
||||
|
||||
Reference in New Issue
Block a user