From 1a0b285fe6646216d3de597bfc1e8eb86f5dbf06 Mon Sep 17 00:00:00 2001 From: mofeng Date: Thu, 29 Jan 2026 22:43:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9D=E6=AD=A5=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=20UI=20=E9=94=99=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ActionBar.vue | 6 +- web/src/components/StatusCard.vue | 123 ++++++++++++- web/src/components/VirtualKeyboard.vue | 111 +++++++++++- web/src/views/ConsoleView.vue | 239 +++++++++++++++---------- web/src/views/SettingsView.vue | 113 ++++++------ web/src/views/SetupView.vue | 20 +-- 6 files changed, 443 insertions(+), 169 deletions(-) diff --git a/web/src/components/ActionBar.vue b/web/src/components/ActionBar.vue index 8aa0e268..2d2422e5 100644 --- a/web/src/components/ActionBar.vue +++ b/web/src/components/ActionBar.vue @@ -85,9 +85,9 @@ const extensionOpen = ref(false)