From eb78517f20eaadb425fc13043792f00f04b93bec Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 21 Aug 2026 04:12:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=AE=8B=E7=95=99?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 4044bb7c..a0383465 100644 --- a/static/index.html +++ b/static/index.html @@ -2408,7 +2408,7 @@ async function loadEvoLog() { box.innerHTML = h; } catch (e) { box.innerHTML = '
加载失败: '+e.message+'
'; } } -// 研究Tab活跃时加载进化模块 +// 研究Tab活跃时加载评估数据 new MutationObserver(()=>{if(!document.getElementById('tab-research')?.classList?.contains('hidden'))loadEvoLog();}).observe(document.body,{attributes:true,subtree:true});