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())
运行成功
运行失败
-
+
推测原因