feat: resetTimerOnUpdate + onUpdate回调 + queue可取消

This commit is contained in:
tianhao
2026-06-16 13:00:10 +08:00
parent 34417d0057
commit 25fb1b1d48
2 changed files with 24 additions and 3 deletions
+4
View File
@@ -43,6 +43,10 @@ export const DEFAULTS = Object.freeze({
onShow: null,
onClose: null,
onClick: null,
onUpdate: null,
// 高级
resetTimerOnUpdate: false,
// 国际化
locale: 'zh-CN',