From 25a70ee655af2a56361b8faf31351601d7f9a01f Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 26 Nov 2025 21:28:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=BB=9A=E5=8A=A8=E7=9A=84=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/McChat.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/McChat.vue b/src/components/McChat.vue index 4bbc3a1..bf1bf10 100644 --- a/src/components/McChat.vue +++ b/src/components/McChat.vue @@ -153,6 +153,7 @@ const onSubmit = async (evt) => { inputValue.value=''; startPage.value = false; + autoScroll.value = true; // 用户发送消息 messages.value.push({ @@ -167,7 +168,7 @@ const onSubmit = async (evt) => { try { const stream = await apiClient.workflows.runs.stream({ - workflow_id: "7576194460502753314", + workflow_id: "7576194460502753314",//"7576194460502753314", 7576489636617732096 parameters: { theme: evt, },