From 1b79ef8bf28dc6e1252b3f129b60095c46a6765f Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 27 二月 2025 15:49:03 +0800 Subject: [PATCH] 用户终止生成 --- src/components/chat/smallChat/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/smallChat/index.vue b/src/components/chat/smallChat/index.vue index ace98a4..7fa4638 100644 --- a/src/components/chat/smallChat/index.vue +++ b/src/components/chat/smallChat/index.vue @@ -546,7 +546,7 @@ if (!last) return; last.content.isLoading = false; last.content.isError = true; - last.content.reason = '鐢ㄦ埛鍋滄鐢熸垚'; + last.content.reason = '鐢ㄦ埛缁堟鐢熸垚'; }; //#endregion onMounted(() => {}); -- Gitblit v1.9.3