diff --git a/assets/radar-rules.js b/assets/radar-rules.js
index 5d11f5397b..cdf9f2e79b 100644
--- a/assets/radar-rules.js
+++ b/assets/radar-rules.js
@@ -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',
+ },
+ ],
+ },
});
diff --git a/docs/social-media.md b/docs/social-media.md
index 2a3f020155..d27360ca35 100644
--- a/docs/social-media.md
+++ b/docs/social-media.md
@@ -690,9 +690,13 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
## 即刻
+### 用户动态
+
+
+
### 圈子
-
+
::: tip 提示
@@ -702,11 +706,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
### 圈子 - 纯文字
-
-
-### 用户动态
-
-
+
## 简书