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.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-plugin-yuanbao",
3
3
  "name": "元宝 Bot",
4
4
  "description": "Tencent YuanBao intelligent bot channel plugin",
5
- "version": "2.3.0",
5
+ "version": "2.3.1",
6
6
  "channels": [
7
7
  "yuanbao"
8
8
  ],
@@ -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失败,尝试重新安装最新版本,预计2分钟后自动升级成功,请稍后确认是否能正常使用');
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 });
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-plugin-yuanbao",
3
3
  "name": "元宝 Bot",
4
4
  "description": "Tencent YuanBao intelligent bot channel plugin",
5
- "version": "2.3.0",
5
+ "version": "2.3.1",
6
6
  "channels": [
7
7
  "yuanbao"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-plugin-yuanbao",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "type": "module",
5
5
  "description": "Tencent YuanBao intelligent bot channel plugin",
6
6
  "license": "MIT",