diff --git a/miniapp/assets/app.js b/miniapp/assets/app.js index 31f0c6a..8cd5aad 100644 --- a/miniapp/assets/app.js +++ b/miniapp/assets/app.js @@ -360,7 +360,7 @@ function hideSplash() { const splash = document.getElementById("splash"); if (!splash) return; const elapsed = Date.now() - _splashStart; - const minShow = 700; // минимум показа, мс + const minShow = 2500; // минимум показа, мс — 2.5 сек чтобы успеть рассмотреть лого const wait = Math.max(0, minShow - elapsed); setTimeout(() => { splash.classList.add("hide"); diff --git a/miniapp/index.html b/miniapp/index.html index 2a41e6e..e76f82e 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -12,8 +12,8 @@ - - + + @@ -34,12 +34,12 @@
- - - - - - - + + + + + + +