mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
添加更新提醒
This commit is contained in:
@@ -156,8 +156,13 @@ interface quickcommandApi {
|
||||
* ```
|
||||
* @param message 提示的内容
|
||||
* @param title 提示的标题
|
||||
* @param html 内容是支持html,默认 false
|
||||
*/
|
||||
showConfirmBox(message?: string, title?: string): Promise<boolean>;
|
||||
showConfirmBox(
|
||||
message?: string,
|
||||
title?: string,
|
||||
isHtml?: boolean
|
||||
): Promise<boolean>;
|
||||
|
||||
/**
|
||||
* 显示等待用户操作的按钮,用户点击后执行相关操作
|
||||
|
Reference in New Issue
Block a user