延长启动页显示时间

This commit is contained in:
zh
2025-11-07 10:18:47 +08:00
parent 3c122da3ba
commit e3d93797a0

View File

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