From d4406e730afc61fea5b14f2e8b1307a4aa9224a1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 13 Jun 2024 11:41:22 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=94=AF=E6=8C=8110000=E4=BB=A5?= =?UTF-8?q?=E4=B8=8A=E6=9C=80=E5=A4=9A=E5=BC=95=E7=94=A8=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E6=95=B0(#603)(#628)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 2 +- ui/src/views/application/components/ParamSettingDialog.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 44206be6c..8b1c09f7a 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -149,7 +149,7 @@ placeholder="请输入" :autosize="{ minRows: 1, maxRows: 4 }" type="textarea" - :maxlength="1024" + :maxlength="100000" @keydown.enter="sendChatHandle($event)" />
diff --git a/ui/src/views/application/components/ParamSettingDialog.vue b/ui/src/views/application/components/ParamSettingDialog.vue index 5a135ac74..7ab85efca 100644 --- a/ui/src/views/application/components/ParamSettingDialog.vue +++ b/ui/src/views/application/components/ParamSettingDialog.vue @@ -83,7 +83,7 @@ show-input :show-input-controls="false" :min="500" - :max="10000" + :max="100000" class="custom-slider" />