From 6c0b7da67f7193a1182b702323add0476598c967 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:28:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A5=E8=AF=86=E5=BA=93=E9=97=AE?= =?UTF-8?q?=E7=AD=94=E9=97=AE=E9=A2=98=E9=99=90=E5=88=B6=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E6=95=B0=E9=87=8F(#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 329781829..a76a3ab12 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -63,7 +63,7 @@ 抱歉,没有查找到相关内容,请重新描述您的问题或提供更多信息。 - 已停止回答 + 已停止回答 回答中 @@ -147,6 +147,7 @@ placeholder="请输入" :rows="1" type="textarea" + :maxlength="1024" @keydown.enter="sendChatHandle($event)" />