liangzimixin 0.3.90 → 0.3.92

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
@@ -32534,8 +32534,8 @@ var CryptoEngine = class _CryptoEngine {
32534
32534
  writeQuantumConfig({
32535
32535
  account: this.credentials.quantumAccount,
32536
32536
  // account = quantumAccount (动态)
32537
- appID: "zdxlz_aizntdl",
32538
- // appID = 固定值
32537
+ appID: "6610040000",
32538
+ // appID = 新的固定值
32539
32539
  pin: "AES-256-GCM",
32540
32540
  // pin = 固定值
32541
32541
  url: getKmsUrl(this.env)
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liangzimixin",
3
- "version": "0.3.90",
3
+ "version": "0.3.92",
4
4
  "description": "Quantum-encrypted IM channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "index.cjs",
@@ -31408,8 +31408,8 @@ var CryptoEngine = class _CryptoEngine {
31408
31408
  writeQuantumConfig({
31409
31409
  account: this.credentials.quantumAccount,
31410
31410
  // account = quantumAccount (动态)
31411
- appID: "zdxlz_aizntdl",
31412
- // appID = 固定值
31411
+ appID: "6610040000",
31412
+ // appID = 新的固定值
31413
31413
  pin: "AES-256-GCM",
31414
31414
  // pin = 固定值
31415
31415
  url: getKmsUrl(this.env)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liangzimixin",
3
- "version": "0.3.90",
3
+ "version": "0.3.92",
4
4
  "description": "Quantum-encrypted IM channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -18,7 +18,7 @@ REM liangzimixin install script (Windows)
18
18
  REM Usage: liangzimixin_install.bat <appId> <appSecret> [quantumAccount]
19
19
  REM ============================================================
20
20
 
21
- set "SCRIPT_VERSION=0.3.90"
21
+ set "SCRIPT_VERSION=0.3.92"
22
22
  set "NPM_PACKAGE=liangzimixin"
23
23
 
24
24
  set "SKIP_SELF_UPDATE=0"
@@ -14,7 +14,7 @@ echo -e "\033[0;36m▸\033[0m Deployment log will be saved to $LOG_FILE"
14
14
  # 用法: ./liangzimixin_install.sh <appId> <appSecret> [quantumAccount]
15
15
  # ============================================================
16
16
 
17
- SCRIPT_VERSION="0.3.90"
17
+ SCRIPT_VERSION="0.3.92"
18
18
  NPM_PACKAGE="liangzimixin"
19
19
 
20
20
  # ── 颜色 ──────────────────────────────────────────────────────