@xmanrui/dsh-im 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +7 -1
- package/README.md +8 -2
- package/lib/client.js +1 -1
- package/lib/index.js +189 -189
- package/package.json +1 -1
- package/src/channels/qq/qq-bridge.mjs +12 -3
package/README.en.md
CHANGED
|
@@ -42,6 +42,8 @@ Connect IM bots to DeepSeek Harness by scanning a QR code, using an App Manifest
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
+

|
|
46
|
+
|
|
45
47
|
## Built-in channels
|
|
46
48
|
|
|
47
49
|
| Channel | Setup | Messaging and replies |
|
|
@@ -301,11 +303,12 @@ Without a setting, Chinese is used. Chinese is always the fallback language —
|
|
|
301
303
|
|
|
302
304
|
## Contact
|
|
303
305
|
|
|
304
|
-
|
|
306
|
+
Join the WeCom community group, or reach me by email, WeChat, Xiaohongshu, or WhatsApp.
|
|
305
307
|
|
|
306
308
|
<table>
|
|
307
309
|
<tr>
|
|
308
310
|
<th align="center">Email</th>
|
|
311
|
+
<th align="center">WeCom Group</th>
|
|
309
312
|
<th align="center">WeChat</th>
|
|
310
313
|
<th align="center">Xiaohongshu</th>
|
|
311
314
|
<th align="center">WhatsApp</th>
|
|
@@ -314,6 +317,9 @@ You can reach me by email, WeChat, Xiaohongshu, or WhatsApp.
|
|
|
314
317
|
<td align="center" valign="middle">
|
|
315
318
|
<a href="mailto:longmanr307@gmail.com">longmanr307@gmail.com</a>
|
|
316
319
|
</td>
|
|
320
|
+
<td align="center" valign="top">
|
|
321
|
+
<a href="docs/images/wecom.jpg"><img src="docs/images/wecom.jpg" alt="dsh-im WeCom group QR code" width="240"></a>
|
|
322
|
+
</td>
|
|
317
323
|
<td align="center" valign="top">
|
|
318
324
|
<a href="docs/images/weixin.jpg"><img src="docs/images/weixin.jpg" alt="WeChat QR code" width="240"></a>
|
|
319
325
|
</td>
|
package/README.md
CHANGED
|
@@ -43,7 +43,9 @@ Connect IM bots to DeepSeek Harness by scanning a QR code, using an App Manifest
|
|
|
43
43
|
|
|
44
44
|
## 界面
|
|
45
45
|
|
|
46
|
-

|
|
46
|
+

|
|
47
|
+
|
|
48
|
+

|
|
47
49
|
|
|
48
50
|
## 当前内置渠道
|
|
49
51
|
|
|
@@ -304,11 +306,12 @@ IM 管理 RPC 默认仅接受回环浏览器。如果 Web profile 在受信任
|
|
|
304
306
|
|
|
305
307
|
## 联系方式
|
|
306
308
|
|
|
307
|
-
|
|
309
|
+
欢迎加入企业微信群,或通过邮箱、微信、小红书或 WhatsApp 联系我。
|
|
308
310
|
|
|
309
311
|
<table>
|
|
310
312
|
<tr>
|
|
311
313
|
<th align="center">邮箱</th>
|
|
314
|
+
<th align="center">企业微信群</th>
|
|
312
315
|
<th align="center">微信</th>
|
|
313
316
|
<th align="center">小红书</th>
|
|
314
317
|
<th align="center">WhatsApp</th>
|
|
@@ -317,6 +320,9 @@ IM 管理 RPC 默认仅接受回环浏览器。如果 Web profile 在受信任
|
|
|
317
320
|
<td align="center" valign="middle">
|
|
318
321
|
<a href="mailto:longmanr307@gmail.com">longmanr307@gmail.com</a>
|
|
319
322
|
</td>
|
|
323
|
+
<td align="center" valign="top">
|
|
324
|
+
<a href="docs/images/wecom.jpg"><img src="docs/images/wecom.jpg" alt="dsh-im 企业微信群二维码" width="240"></a>
|
|
325
|
+
</td>
|
|
320
326
|
<td align="center" valign="top">
|
|
321
327
|
<a href="docs/images/weixin.jpg"><img src="docs/images/weixin.jpg" alt="微信二维码" width="240"></a>
|
|
322
328
|
</td>
|
package/lib/client.js
CHANGED
|
@@ -571,7 +571,7 @@ var React23 = __toESM(require("react"), 1);
|
|
|
571
571
|
// package.json
|
|
572
572
|
var package_default = {
|
|
573
573
|
name: "@xmanrui/dsh-im",
|
|
574
|
-
version: "4.1.
|
|
574
|
+
version: "4.1.1",
|
|
575
575
|
description: "\u628A\u4E5D\u79CD IM \u673A\u5668\u4EBA\u548C\u516C\u7F51 AI Office \u63A5\u5165\u672C\u673A DeepSeek Harness\u3002 Connect nine IM channels and a public AI Office to a local DeepSeek Harness.",
|
|
576
576
|
keywords: [
|
|
577
577
|
"deepseek-harness",
|