This commit is contained in:
Putoo
2026-04-28 18:12:00 +08:00
parent b842406560
commit 873316157b
3 changed files with 18 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ export class MessageExtend {
}
// 异步提示弹窗
static ShowDialogAsyc(title: string, message: string, onConfirm?: () => Promise<boolean>): Promise<boolean> {
static ShowConfirmDialogAsyc(title: string, message: string, onConfirm?: () => Promise<boolean>): Promise<boolean> {
return new Promise((resolve) => {
showConfirmDialog({
title,