修复公式解析的 Bug

This commit is contained in:
RockYang
2025-02-20 11:17:12 +08:00
parent dd675c9a9b
commit 03d33c784c
8 changed files with 69 additions and 44 deletions

View File

@@ -370,7 +370,6 @@ httpGet("/api/function/list")
showMessageError("获取工具函数失败:" + e.message);
});
// 创建 socket 连接
const prompt = ref("");
const showStopGenerate = ref(false); // 停止生成
const lineBuffer = ref(""); // 输出缓冲行