feat: 滚动的优化

This commit is contained in:
2025-11-26 21:28:03 +08:00
parent 05625829d0
commit 25a70ee655

View File

@@ -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,
},