Commit 43a41290 by cherishsince

【优化】Chat 字体滚动,如果stream结束,开始加速

parent a3c5d253
......@@ -141,7 +141,7 @@ const textRoll = async () => {
}
// 对话结束,就按30的速度
if (!conversationInProgress.value) {
textSpeed.value = 30
textSpeed.value = 10
}
console.log(`diff ${diff} 速度 ${textSpeed.value} `)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment