فهرست منبع

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

cherishsince 1 سال پیش
والد
کامیت
43a41290a0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/ai/chat/index.vue

+ 1 - 1
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} `)