From aec5f4e9e6f3781d186cefbeaaa53a719fd1e5dd Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 21 Jan 2026 15:59:17 +0800 Subject: [PATCH] perf: live mode entry --- dashboard/src/components/chat/ChatInput.vue | 115 +++++++++----------- dashboard/src/components/chat/LiveMode.vue | 2 + 2 files changed, 52 insertions(+), 65 deletions(-) diff --git a/dashboard/src/components/chat/ChatInput.vue b/dashboard/src/components/chat/ChatInput.vue index d7c16fb11..35ec22cd3 100644 --- a/dashboard/src/components/chat/ChatInput.vue +++ b/dashboard/src/components/chat/ChatInput.vue @@ -1,19 +1,16 @@