fix: 修正残留注释
This commit is contained in:
+1
-1
@@ -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});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user