延长启动页显示时间

This commit is contained in:
zh
2025-11-07 10:18:55 +08:00
parent e3d93797a0
commit 9609a1e3d2

View File

@ -256,7 +256,7 @@
clearInterval(interval); clearInterval(interval);
} }
updateProgress(progress); updateProgress(progress);
}, 100); // 保持100毫秒的间隔 }, 125); // 保持100毫秒的间隔
}, 100); // 初始延迟500毫秒 }, 100); // 初始延迟500毫秒
</script> </script>
</body> </body>