wujingjing
2025-02-27 12bcc95aec1072fd55042931bf2e214f8104fc4d
用户停止操作
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/smallChat/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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(() => {});