From 787e131f6b1bf99c5083a9ba7ee16cfdf2507274 Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Thu, 16 Oct 2025 14:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=9A=90=E8=97=8Fquick=20?= =?UTF-8?q?action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SmartChatBox/InputBar.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/SmartChatBox/InputBar.tsx b/components/SmartChatBox/InputBar.tsx index bdc3a3a..71b6290 100644 --- a/components/SmartChatBox/InputBar.tsx +++ b/components/SmartChatBox/InputBar.tsx @@ -237,8 +237,7 @@ const { isMobile, isTablet, isDesktop } = useDeviceType(); )} - {/* 快捷操作标签组 */} - { // 将标签文本添加到输入框 setText(action.label); @@ -248,7 +247,7 @@ const { isMobile, isTablet, isDesktop } = useDeviceType(); adjustHeight(); } }} - /> + /> */}