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});