mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 10:05:57 +08:00
修复公式解析的 Bug
This commit is contained in:
@@ -370,7 +370,6 @@ httpGet("/api/function/list")
|
||||
showMessageError("获取工具函数失败:" + e.message);
|
||||
});
|
||||
|
||||
// 创建 socket 连接
|
||||
const prompt = ref("");
|
||||
const showStopGenerate = ref(false); // 停止生成
|
||||
const lineBuffer = ref(""); // 输出缓冲行
|
||||
|
||||
Reference in New Issue
Block a user