feat: 关闭前端动画

This commit is contained in:
chenchun
2025-07-04 19:13:21 +08:00
parent a70dfb0769
commit 6d8a859b20
4 changed files with 54 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ function drawStars() {
function animate() {
drawStars();
requestAnimationFrame(animate);
// requestAnimationFrame(animate);
}