From 9758322f2745499b22de61237257ff2221374c46 Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Sun, 28 Sep 2025 15:30:48 +0800
Subject: [PATCH] fix
---
src/composables/analysis.ts | 2 +-
src/desktop/Content.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/composables/analysis.ts b/src/composables/analysis.ts
index c6ca8d1..37d7295 100644
--- a/src/composables/analysis.ts
+++ b/src/composables/analysis.ts
@@ -7,7 +7,7 @@ export const loading = ref(false)
export async function getAIAnalysis() {
analysis.value = ""
- // 使用 streaming 流式方式 fetch /ai/analysis 接口,传入 code 和 error_info
+ // 使用 streaming 流式方式 fetch /ai 接口,传入 code 和 error_info
const baseUrl = import.meta.env.PUBLIC_CODEAPI_URL
loading.value = true
try {
diff --git a/src/desktop/Content.vue b/src/desktop/Content.vue
index 662e981..ef3124a 100644
--- a/src/desktop/Content.vue
+++ b/src/desktop/Content.vue
@@ -141,7 +141,7 @@ watch(turtleRunId, () => runSkulptTurtle())
运行成功
运行失败
-
+
推测原因