liangzimixin 0.3.72 → 0.3.73
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/dist/index.cjs
CHANGED
|
@@ -21177,7 +21177,7 @@ var MessagePipe = class _MessagePipe {
|
|
|
21177
21177
|
content
|
|
21178
21178
|
};
|
|
21179
21179
|
if (extraContent) {
|
|
21180
|
-
body.
|
|
21180
|
+
body.extra_content = extraContent;
|
|
21181
21181
|
}
|
|
21182
21182
|
if (msg.replyToMessageId) {
|
|
21183
21183
|
body.reply_msg_id = msg.replyToMessageId;
|
package/dist/setup-entry.cjs
CHANGED
|
@@ -20075,7 +20075,7 @@ var MessagePipe = class _MessagePipe {
|
|
|
20075
20075
|
content
|
|
20076
20076
|
};
|
|
20077
20077
|
if (extraContent) {
|
|
20078
|
-
body.
|
|
20078
|
+
body.extra_content = extraContent;
|
|
20079
20079
|
}
|
|
20080
20080
|
if (msg.replyToMessageId) {
|
|
20081
20081
|
body.reply_msg_id = msg.replyToMessageId;
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ REM liangzimixin install script (Windows)
|
|
|
7
7
|
REM Usage: liangzimixin_install.bat <appId> <appSecret> [quantumAccount]
|
|
8
8
|
REM ============================================================
|
|
9
9
|
|
|
10
|
-
set "SCRIPT_VERSION=0.3.
|
|
10
|
+
set "SCRIPT_VERSION=0.3.73"
|
|
11
11
|
set "NPM_PACKAGE=liangzimixin"
|
|
12
12
|
|
|
13
13
|
set "SKIP_SELF_UPDATE=0"
|
|
@@ -6,7 +6,7 @@ set -euo pipefail
|
|
|
6
6
|
# 用法: ./liangzimixin_install.sh <appId> <appSecret> [quantumAccount]
|
|
7
7
|
# ============================================================
|
|
8
8
|
|
|
9
|
-
SCRIPT_VERSION="0.3.
|
|
9
|
+
SCRIPT_VERSION="0.3.73"
|
|
10
10
|
NPM_PACKAGE="liangzimixin"
|
|
11
11
|
|
|
12
12
|
# ── 颜色 ──────────────────────────────────────────────────────
|