From 0b2383bb48312fbfeb4efc82cf55397125eb2916 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 4 Jun 2026 09:03:17 -0600 Subject: [PATCH] fix --- src/oj/store/ai.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/oj/store/ai.ts b/src/oj/store/ai.ts index a1aa57a..5277d1b 100644 --- a/src/oj/store/ai.ts +++ b/src/oj/store/ai.ts @@ -166,14 +166,12 @@ export const useAIStore = defineStore("ai", () => { if (!pinnedReport.value) return const text = pinnedReport.value.analysis mdContent.value = "" - loading.ai = true const CHUNK = 6 const DELAY = 18 await new Promise((resolve) => { let i = 0 function step() { if (i >= text.length) { - loading.ai = false resolve() return }