wujingjing
2025-03-07 f77fcfcbc29508430174ea4a47d0c4d9ecfc0eb3
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(() => {});