diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue index e87f95c7..f1635d98 100644 --- a/src/views/ai/chat/index.vue +++ b/src/views/ai/chat/index.vue @@ -141,7 +141,7 @@ const textRoll = async () => { } // 对话结束,就按30的速度 if (!conversationInProgress.value) { - textSpeed.value = 30 + textSpeed.value = 10 } console.log(`diff ${diff} 速度 ${textSpeed.value} `)