fix(docs): reduce welcome screen delay and add localStorage check

This commit is contained in:
sanbuphy
2026-03-16 14:42:42 +08:00
parent ec95e132f4
commit c99264cb02
2 changed files with 19 additions and 2 deletions
@@ -25,7 +25,7 @@ const runLoop = () => {
timers.push(
setTimeout(() => {
phase.value = 'fade'
}, 6200)
}, 5800)
)
timers.push(
setTimeout(() => {