diff --git a/js/about.js b/js/about.js index a0c7025..de0479a 100644 --- a/js/about.js +++ b/js/about.js @@ -865,7 +865,6 @@ class UIManager { }); }); - // 一次性应用所有样式更新 updates.forEach(update => { update.el.style.transform = update.transform; update.el.style.opacity = update.opacity;