chore: save local history restorations from accidental git restore

This commit is contained in:
sanbuphy
2026-02-23 01:40:56 +08:00
parent 780be69b99
commit 2a0fdd3392
27 changed files with 5971 additions and 2743 deletions
@@ -755,7 +755,7 @@ console.log('4. End')
`setTimeout(0)`不保证立即执行,它至少会被延迟到当前调用栈清空、微任务队列清空之后。
:::
<EventLoopDemo />
<JSEventLoopDemo />
<MacroMicroTaskDemo />