@xmanrui/dsh-im 3.0.2 → 3.0.4
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/lib/client.js +1 -7
- package/lib/index.js +196 -195
- package/package.json +1 -1
- package/plugin-src/client/styles.js +0 -6
- package/src/channels/wecom/wecom-bridge.mjs +48 -11
package/lib/client.js
CHANGED
|
@@ -47,7 +47,7 @@ var React20 = __toESM(require("react"), 1);
|
|
|
47
47
|
// package.json
|
|
48
48
|
var package_default = {
|
|
49
49
|
name: "@xmanrui/dsh-im",
|
|
50
|
-
version: "3.0.
|
|
50
|
+
version: "3.0.4",
|
|
51
51
|
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.",
|
|
52
52
|
keywords: [
|
|
53
53
|
"deepseek-harness",
|
|
@@ -10562,8 +10562,6 @@ var CSS11 = String.raw`
|
|
|
10562
10562
|
.dim-panel .ddt-qrFrame, .dim-panel .ddt-countdown { width: min(270px, 100%); }
|
|
10563
10563
|
@container (max-width: 680px) {
|
|
10564
10564
|
.dim-panel .bxf-headingTools, .dim-panel .dxw-tools, .dim-panel .ddt-tools { gap: 6px; }
|
|
10565
|
-
.dim-panel .dim-botCardTop { flex-direction: column; align-items: stretch; }
|
|
10566
|
-
.dim-panel .dim-botHealthGroup { justify-items: start; }
|
|
10567
10565
|
.dim-panel .dim-bindActions { gap: 6px; }
|
|
10568
10566
|
.dim-panel .bxf-headingTools .dim-scanButton, .dim-panel .dxw-tools .dim-scanButton, .dim-panel .ddt-tools .dim-scanButton, .dim-panel .dim-credentialButton { gap: 5px; padding-inline: 8px; font-size: 12px; }
|
|
10569
10567
|
.dim-panel .dim-actionIcon { width: 13px; height: 13px; flex-basis: 13px; }
|
|
@@ -10587,10 +10585,6 @@ var CSS11 = String.raw`
|
|
|
10587
10585
|
.dim-rail { max-height: none; overflow: visible; padding-right: 1px; }
|
|
10588
10586
|
.dim-channel { min-height: 48px; }
|
|
10589
10587
|
}
|
|
10590
|
-
@media (max-width: 720px) {
|
|
10591
|
-
.dim-panel .dim-botCardTop { flex-direction: column; align-items: stretch; }
|
|
10592
|
-
.dim-panel .dim-botHealthGroup { justify-items: start; }
|
|
10593
|
-
}
|
|
10594
10588
|
@media (max-width: 560px) {
|
|
10595
10589
|
.dim-title { flex-direction: column; gap: 10px; }
|
|
10596
10590
|
.dim-title p { white-space: normal; }
|