hfshfg
4fab64e877
fix(wechat): 便携包打包微信插件 + 修连接成功却报「插件未安装」的矛盾提示
根因:微信插件 @tencent-weixin/openclaw-weixin 是独立 npm 包,但 setup/CI
从没装过它,portable/app/ 又被 gitignore —— 发布包 app/extensions/ 是空的,
客户扫码连上后 config-server 找不到插件源,报「插件未安装」。
- release.yml: 装 @tencent-weixin/openclaw-weixin@latest 到 app/extensions/
(npm 包自带 dist/index.js 无需 build;显式把 qrcode-terminal 放进插件
node_modules 以满足 server.js:52 的硬要求)
- config-server/public/index.html: 去掉「连接成功」却又「插件未安装」的自相
矛盾提示。后端已自动装插件+写好 openclaw.json+存账号,只需重启即可,
不再暴露 pluginInstalled 内部状态吓客户,改为清晰的「重启 U-Claw 即可用」
- config-server/server.js: 插件 copy 失败时容错(不抛错中断 confirmed 流程)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 19:33:25 +08:00
..
2026-06-17 19:33:25 +08:00
2026-06-17 16:38:05 +08:00
2026-06-15 12:27:13 +08:00
2026-06-17 11:47:19 +08:00
2026-03-10 22:10:28 +08:00
2026-03-14 17:37:00 +08:00
2026-03-12 14:02:53 +08:00
2026-03-14 17:37:00 +08:00
2026-06-15 12:27:13 +08:00
2026-06-17 16:38:05 +08:00
2026-06-17 11:47:19 +08:00
2026-06-15 12:27:13 +08:00
2026-05-30 12:58:01 +08:00
2026-05-02 17:07:42 +08:00
2026-06-17 12:02:48 +08:00
2026-03-12 11:18:43 +08:00
2026-04-09 22:05:09 +08:00
2026-03-12 18:50:55 +08:00
2026-04-01 09:31:16 +08:00
2026-05-19 14:30:34 +08:00
2026-06-15 12:29:45 +08:00
2026-06-17 16:38:05 +08:00