@aiyiran/myclaw 1.0.219 → 1.0.220
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/package.json +1 -1
- package/patches/patch.js +1 -1
package/package.json
CHANGED
package/patches/patch.js
CHANGED
|
@@ -121,7 +121,7 @@ function patch() {
|
|
|
121
121
|
const version = getMyclawVersion();
|
|
122
122
|
|
|
123
123
|
console.log('[myclaw-patch] → control-ui: ' + uiDir);
|
|
124
|
-
console.log('[myclaw-patch] → MyClaw v' + version);
|
|
124
|
+
console.log('[myclaw-patch] → MyClaw v' + version + ' (patch-engine: 2026.04.14)');
|
|
125
125
|
|
|
126
126
|
// 1. 备份原始 index.html(仅首次)
|
|
127
127
|
if (!fs.existsSync(backupPath)) {
|