From 68d573196a47a9920884fc4e3ec6d2d6ee901157 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Fri, 2 May 2025 23:24:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E5=91=BD=E4=BB=A4=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E5=86=85=E5=AE=B9=E4=B8=8E=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为每个会话引入独立的命令输入状态。不再共享命令输入框内容。 --- .../src/components/CommandInputBar.vue | 60 +++++++++++++------ packages/frontend/src/stores/session.store.ts | 18 ++++++ 2 files changed, 61 insertions(+), 17 deletions(-) diff --git a/packages/frontend/src/components/CommandInputBar.vue b/packages/frontend/src/components/CommandInputBar.vue index 2b64915..0599f60 100644 --- a/packages/frontend/src/components/CommandInputBar.vue +++ b/packages/frontend/src/components/CommandInputBar.vue @@ -1,18 +1,20 @@