这个提交包含在:
徐勤民 2024-10-20 18:25:55 +08:00
父节点 1e1e6bf7e9
当前提交 bb073b123e

查看文件

@ -14,7 +14,7 @@ export interface Btn {
export interface AlertOptions {
title?: string
msg?: string
action: Btn
action?: Btn
}
export interface ConfirmOptions {