From 4aa0072567b891f06a3151e6568bb804b6162b23 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 4 Jun 2026 08:54:04 -0600 Subject: [PATCH] fix --- src/oj/ai/analysis.vue | 3 +++ src/oj/ai/components/AI.vue | 8 +------- src/oj/store/ai.ts | 10 ++++++++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/oj/ai/analysis.vue b/src/oj/ai/analysis.vue index 4eee1c7..d760501 100644 --- a/src/oj/ai/analysis.vue +++ b/src/oj/ai/analysis.vue @@ -109,6 +109,9 @@ function onUsernameChange() { onMounted(() => { aiStore.fetchHeatmapData() + if (!aiStore.targetUsername) { + aiStore.fetchPinnedReport() + } }) watch( diff --git a/src/oj/ai/components/AI.vue b/src/oj/ai/components/AI.vue index 46c5686..bc64e4f 100644 --- a/src/oj/ai/components/AI.vue +++ b/src/oj/ai/components/AI.vue @@ -10,7 +10,7 @@ -