feat: resetTimerOnUpdate + onUpdate回调 + queue可取消
This commit is contained in:
@@ -43,6 +43,10 @@ export const DEFAULTS = Object.freeze({
|
||||
onShow: null,
|
||||
onClose: null,
|
||||
onClick: null,
|
||||
onUpdate: null,
|
||||
|
||||
// 高级
|
||||
resetTimerOnUpdate: false,
|
||||
|
||||
// 国际化
|
||||
locale: 'zh-CN',
|
||||
|
||||
Reference in New Issue
Block a user