整合全局设置store,优化PWA模式检测

This commit is contained in:
jxxghp
2025-07-04 16:19:50 +08:00
parent e45919cac1
commit 85780917c2
31 changed files with 294 additions and 116 deletions

View File

@@ -1,6 +1,6 @@
#loading-bg {
position: fixed;
z-index: 9999;
z-index: 99999;
display: block;
background: var(--initial-loader-bg, #fff);
block-size: 100vh;
@@ -94,4 +94,4 @@
opacity: 1;
transform: rotate(1turn);
}
}
}