@aiyiran/myclaw 1.1.124 → 1.1.126
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -107,7 +107,7 @@ function runInstall() {
|
|
|
107
107
|
// 重装命令 (mci)
|
|
108
108
|
// ============================================================================
|
|
109
109
|
|
|
110
|
-
const OPENCLAW_VERSION = '2026.
|
|
110
|
+
const OPENCLAW_VERSION = '2026.5.7';
|
|
111
111
|
|
|
112
112
|
function runReinstall() {
|
|
113
113
|
const bar = '────────────────────────────────────────';
|
|
@@ -212,7 +212,7 @@ function runReinstall() {
|
|
|
212
212
|
|
|
213
213
|
function runLock42() {
|
|
214
214
|
const bar = '────────────────────────────────────────';
|
|
215
|
-
const TARGET =
|
|
215
|
+
const TARGET = OPENCLAW_VERSION;
|
|
216
216
|
|
|
217
217
|
console.log('');
|
|
218
218
|
console.log(bar);
|