From 250a19e2476d8d79ecc4331d5f991ac1d9e4dc39 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 4 Dec 2023 18:02:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=84=A6?= =?UTF-8?q?=E7=82=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-dialog/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/src/components/ai-dialog/index.vue b/ui/src/components/ai-dialog/index.vue index 11b9aee8c..0f0f25563 100644 --- a/ui/src/components/ai-dialog/index.vue +++ b/ui/src/components/ai-dialog/index.vue @@ -11,7 +11,7 @@
-

您好,我是 {{ data?.name || '应用名称'}}

+

您好,我是 {{ data?.name || '应用名称' }}

{{ data?.prologue }}
@@ -97,6 +97,7 @@
([]) @@ -149,6 +150,9 @@ const isDisabledChart = computed( function quickProblemHandel(val: string) { inputValue.value = val + nextTick(() => { + quickInputRef.value?.focus() + }) } function sendChatHandle(event: any) {