fix: 修正残留注释

This commit is contained in:
xxm
2026-08-21 04:12:35 +08:00
parent bf75aba72a
commit eb78517f20
+1 -1
View File
@@ -2408,7 +2408,7 @@ async function loadEvoLog() {
box.innerHTML = h;
} catch (e) { box.innerHTML = '<div class="text-sm text-red-400">加载失败: '+e.message+'</div>'; }
}
// 研究Tab活跃时加载进化模块
// 研究Tab活跃时加载评估数据
new MutationObserver(()=>{if(!document.getElementById('tab-research')?.classList?.contains('hidden'))loadEvoLog();}).observe(document.body,{attributes:true,subtree:true});