liangzimixin 0.3.87 → 0.3.88
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
|
@@ -29959,8 +29959,8 @@ var OpenClawConsoleTransport = class extends import_winston_transport.default {
|
|
|
29959
29959
|
var transports = [
|
|
29960
29960
|
// Console Transport: 替代原生 winston.transports.Console,确保可被 UI 捕获
|
|
29961
29961
|
new OpenClawConsoleTransport({
|
|
29962
|
+
// 禁用 colorize 以防止带有 ANSI 转义序列的字符串导致被 Dashboard 净化或拒收
|
|
29962
29963
|
format: import_winston.default.format.combine(
|
|
29963
|
-
import_winston.default.format.colorize({ level: true }),
|
|
29964
29964
|
createPrintFormat(false)
|
|
29965
29965
|
)
|
|
29966
29966
|
})
|
package/dist/package.json
CHANGED
package/dist/setup-entry.cjs
CHANGED
|
@@ -16024,8 +16024,8 @@ var OpenClawConsoleTransport = class extends import_winston_transport.default {
|
|
|
16024
16024
|
var transports = [
|
|
16025
16025
|
// Console Transport: 替代原生 winston.transports.Console,确保可被 UI 捕获
|
|
16026
16026
|
new OpenClawConsoleTransport({
|
|
16027
|
+
// 禁用 colorize 以防止带有 ANSI 转义序列的字符串导致被 Dashboard 净化或拒收
|
|
16027
16028
|
format: import_winston.default.format.combine(
|
|
16028
|
-
import_winston.default.format.colorize({ level: true }),
|
|
16029
16029
|
createPrintFormat(false)
|
|
16030
16030
|
)
|
|
16031
16031
|
})
|
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.88"
|
|
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.88"
|
|
10
10
|
NPM_PACKAGE="liangzimixin"
|
|
11
11
|
|
|
12
12
|
# ── 颜色 ──────────────────────────────────────────────────────
|