openclaw-plugin-yuanbao 2.3.0 → 2.3.1
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.
|
@@ -261,7 +261,7 @@ function performUpgrade(config, accountId) {
|
|
|
261
261
|
accountId: resolvedAccountId,
|
|
262
262
|
});
|
|
263
263
|
const { appKey, appSecret, token } = resolvedAccount;
|
|
264
|
-
lines.push('执行openclaw plugins update
|
|
264
|
+
lines.push('执行openclaw plugins update失败,尝试重新安装最新版本,预计需要花费 1-2 分钟,请耐心等待');
|
|
265
265
|
reinstallViaCdn({ appKey, appSecret, token });
|
|
266
266
|
const finalVersion = readInstalledVersion(PLUGIN_ID);
|
|
267
267
|
log.info('CDN 重装后版本检查', { finalVersion: finalVersion ?? '(未检测到)', expected: latestVersion });
|
package/openclaw.plugin.json
CHANGED