- 将动画延迟从1000毫秒调整为980毫秒 - 优化动画启动时机以提升用户体验
@@ -1254,7 +1254,7 @@
enterAnimationMode(); // 确保调用进入动画模式
}
}, 1000);
}, 980);
// 进入按钮事件处理
DOM_CACHE.enterBtn.addEventListener('click', () => {
The note is not visible to the blocked user.