From 6f24a02213f1dff739b6120a9d3de874292ab16d Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 26 Nov 2024 14:20:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=B8=8A=E4=BC=A0=E9=99=84?= =?UTF-8?q?=E4=BB=B6tooltip=E5=B1=95=E7=A4=BA=E5=A4=A7=E5=86=99=E5=90=8E?= =?UTF-8?q?=E7=BC=80=E4=BB=A5=E3=80=81=E5=88=86=E5=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ai-chat/component/chat-input-operate/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d5d1a7481..60b474a30 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 @@ -89,7 +89,7 @@ props.applicationDetails.file_upload_setting.maxFiles }}个,每个文件限制 {{ props.applicationDetails.file_upload_setting.fileLimit }}MB
文件类型:{{ - getAcceptList() + getAcceptList().replace(/\./g, '').replace(/,/g, '、').toUpperCase() }}