mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
更新types
This commit is contained in:
parent
209da5e869
commit
fbae2864b2
@ -157,11 +157,13 @@ interface quickcommandApi {
|
||||
* @param message 提示的内容
|
||||
* @param title 提示的标题
|
||||
* @param html 内容是支持html,默认 false
|
||||
* @param width 确认框宽度,默认 450
|
||||
*/
|
||||
showConfirmBox(
|
||||
message?: string,
|
||||
title?: string,
|
||||
isHtml?: boolean
|
||||
isHtml?: boolean,
|
||||
width?: number
|
||||
): Promise<boolean>;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user