chore: adjust loading delay time

This commit is contained in:
Hakadao
2023-09-20 00:43:32 +08:00
parent 3088c6b47c
commit 26f3e7b098

View File

@@ -42,7 +42,7 @@ if (isFirefox) {
) {
setTimeout(() => {
document.documentElement.removeChild(beforeLoadedStyleEl)
}, 800)
}, 400)
}
else {
window.onload = () => {
@@ -68,7 +68,7 @@ else {
) {
setTimeout(() => {
document.documentElement.removeChild(beforeLoadedStyleEl)
}, 800)
}, 400)
}
else {
window.onload = () => {