From a4052c3a747df7bab852eb0b60eb036d399971c7 Mon Sep 17 00:00:00 2001
From: Kirigaya <1193466151@qq.com>
Date: Thu, 27 Mar 2025 01:43:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=A0=87=E7=AD=BE=E9=A1=B5?=
=?UTF-8?q?=E7=9A=84=E5=A2=9E=E5=88=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/components/main-panel/chat/index.vue | 4 +-
app/src/components/main-panel/index.vue | 69 +-
app/src/components/main-panel/panel.ts | 26 +-
.../components/main-panel/prompt/index.vue | 4 +-
.../components/main-panel/resource/index.vue | 4 +-
app/src/components/main-panel/tool/index.vue | 4 +-
app/src/views/debug/index.vue | 4 +-
app/src/views/debug/welcome.vue | 13 +-
test/package-lock.json | 1496 +----------------
test/package.json | 37 +-
test/src/main.ts | 61 +-
test/src/types.ts | 8 +
test/src/windows.ts | 35 -
test/src/wsHandler.ts | 61 +
14 files changed, 209 insertions(+), 1617 deletions(-)
create mode 100644 test/src/types.ts
delete mode 100644 test/src/windows.ts
create mode 100644 test/src/wsHandler.ts
diff --git a/app/src/components/main-panel/chat/index.vue b/app/src/components/main-panel/chat/index.vue
index 0c7e7dc..33c1c66 100644
--- a/app/src/components/main-panel/chat/index.vue
+++ b/app/src/components/main-panel/chat/index.vue
@@ -6,7 +6,9 @@