添加更新提醒

This commit is contained in:
fofolee
2024-03-01 09:24:57 +08:00
parent f34b80ee42
commit 209da5e869
3 changed files with 91 additions and 147 deletions

View File

@@ -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>;
/**
* 显示等待用户操作的按钮,用户点击后执行相关操作