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