mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
quickcommand.showConfirmBox
This commit is contained in:
@@ -133,9 +133,10 @@ interface quickcommandApi {
|
||||
* confirmed && console.log('点击了确定')
|
||||
* })
|
||||
* ```
|
||||
* @param message 提示的内容
|
||||
* @param title 提示的标题
|
||||
*/
|
||||
showConfirmBox(title?: string): Promise<boolean>;
|
||||
showConfirmBox(message?: string, title?: string): Promise<boolean>;
|
||||
|
||||
/**
|
||||
* 同步等待,会阻塞进程
|
||||
|
Reference in New Issue
Block a user