优化体验

This commit is contained in:
aixianling
2022-04-27 19:36:32 +08:00
parent 861e7c688f
commit bd512c3caa
9 changed files with 29 additions and 3480 deletions

View File

@@ -75,6 +75,8 @@ export const waiting = {
div.style.zIndex = '202204271710'
div.style.textAlign = 'center'
div.style.lineHeight = '100vh'
div.style.color = '#26f'
div.style.background = 'rgba(0,0,0,.8)'
document.body.appendChild(div)
} else if (count < 10) {
setTimeout(() => this.init(ops, ++count), 500)