fix: 修复测试消息重复显示和详细日志输出
- 删除重复的测试消息通信模块 - 添加 openclaw-log 事件将详细日志发送到界面 - 界面监听并显示 OpenClaw 详细日志 - 日志包含:连接状态、发送请求、接收消息、响应状态、错误诊断 现在连接 OpenClaw 时会看到详细日志: [OpenClaw] ========== 开始连接 ========== [OpenClaw] ✅ WebSocket 连接已建立 | 就绪状态:1 [OpenClaw] 📤 发送 connect 请求... [OpenClaw] 📥 收到消息 (长度:123 字节) [OpenClaw] 响应:✅ 成功 / ❌ 失败
This commit is contained in:
13
dist_final/win-unpacked/resources/app/asset-manifest.json
Normal file
13
dist_final/win-unpacked/resources/app/asset-manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "./static/css/main.ee277d4e.css",
|
||||
"main.js": "./static/js/main.9e1477a7.js",
|
||||
"index.html": "./index.html",
|
||||
"main.ee277d4e.css.map": "./static/css/main.ee277d4e.css.map",
|
||||
"main.9e1477a7.js.map": "./static/js/main.9e1477a7.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.ee277d4e.css",
|
||||
"static/js/main.9e1477a7.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user