@tencent-connect/openclaw-qqbot 1.6.4-alpha.10 → 1.6.4-alpha.11

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.
@@ -354,7 +354,7 @@ function fireHotUpgrade(targetVersion) {
354
354
  let _upgrading = false; // 升级锁
355
355
  registerCommand({
356
356
  name: "bot-upgrade",
357
- description: "检查更新并自动热更(失败则返回升级指引)",
357
+ description: "检查更新并自动热更",
358
358
  usage: [
359
359
  `/bot-upgrade 检查是否有新版本(展示信息+确认按钮)`,
360
360
  `/bot-upgrade --latest 确认升级到最新版本`,
@@ -435,16 +435,16 @@ registerCommand({
435
435
  return [
436
436
  `🆕 发现新版本`,
437
437
  ``,
438
- `当前版本:v${PLUGIN_VERSION}`,
439
- `最新版本:v${info.latest}`,
438
+ `当前版本:**v${PLUGIN_VERSION}**`,
439
+ `最新版本:**v${info.latest}**`,
440
440
  ``,
441
441
  `升级将重启 Gateway 服务,期间短暂不可用。`,
442
442
  `请确认主机网络可正常访问 npm 仓库。`,
443
443
  ``,
444
- `点击确认升级 <qqbot-cmd-enter text="/bot-upgrade --latest" />`,
444
+ `**点击确认升级** <qqbot-cmd-enter text="/bot-upgrade --latest" />`,
445
445
  ``,
446
446
  `手动升级指引:[点击查看](${url})`,
447
- `项目地址:[GitHub](${GITHUB_URL})`,
447
+ `🌟官方 GitHub 仓库:[点击前往](${GITHUB_URL})`,
448
448
  ].join("\n");
449
449
  }
450
450
  // ── --version 指定版本:先校验版本号是否存在 ──
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-connect/openclaw-qqbot",
3
- "version": "1.6.4-alpha.10",
3
+ "version": "1.6.4-alpha.11",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -441,7 +441,7 @@ let _upgrading = false; // 升级锁
441
441
 
442
442
  registerCommand({
443
443
  name: "bot-upgrade",
444
- description: "检查更新并自动热更(失败则返回升级指引)",
444
+ description: "检查更新并自动热更",
445
445
  usage: [
446
446
  `/bot-upgrade 检查是否有新版本(展示信息+确认按钮)`,
447
447
  `/bot-upgrade --latest 确认升级到最新版本`,
@@ -528,16 +528,16 @@ registerCommand({
528
528
  return [
529
529
  `🆕 发现新版本`,
530
530
  ``,
531
- `当前版本:v${PLUGIN_VERSION}`,
532
- `最新版本:v${info.latest}`,
531
+ `当前版本:**v${PLUGIN_VERSION}**`,
532
+ `最新版本:**v${info.latest}**`,
533
533
  ``,
534
534
  `升级将重启 Gateway 服务,期间短暂不可用。`,
535
535
  `请确认主机网络可正常访问 npm 仓库。`,
536
536
  ``,
537
- `点击确认升级 <qqbot-cmd-enter text="/bot-upgrade --latest" />`,
537
+ `**点击确认升级** <qqbot-cmd-enter text="/bot-upgrade --latest" />`,
538
538
  ``,
539
539
  `手动升级指引:[点击查看](${url})`,
540
- `项目地址:[GitHub](${GITHUB_URL})`,
540
+ `🌟官方 GitHub 仓库:[点击前往](${GITHUB_URL})`,
541
541
  ].join("\n");
542
542
  }
543
543