From bdaeb1bec4e88212a33f2bddcdd9f4608c43723d Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:52:54 +0800 Subject: [PATCH] perf: Optimization of recording function on mobile devices (#2719) --- .../component/chat-input-operate/index.vue | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index 549ad029c..73faae080 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -142,7 +142,7 @@