feat: implement launch loading state management and footer navigation visibility control

This commit is contained in:
jxxghp
2026-06-12 13:59:59 +08:00
parent 4f328add1b
commit 0594d1d5b2
4 changed files with 54 additions and 13 deletions
+6
View File
@@ -121,6 +121,12 @@
overscroll-behavior: contain;
}
html[data-launch-loading="true"] .footer-nav-container {
opacity: 0 !important;
pointer-events: none !important;
visibility: hidden !important;
}
#loading-bg {
position: fixed;
inset: 0;