mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
showMessageBox 超时时间根据文本长度自动调整
This commit is contained in:
@@ -138,7 +138,7 @@ interface quickcommandApi {
|
||||
* ```
|
||||
* @param message 显示的消息内容
|
||||
* @param icon 图标,默认为 success
|
||||
* @param time 多少毫秒后消失,默认为 3000,当设为 0 时则需要手动点击关闭
|
||||
* @param time 多少毫秒后消失,如不指定则根据文本长度自动调整,当设为 0 时则需要手动点击关闭
|
||||
*/
|
||||
showMessageBox(
|
||||
message: string,
|
||||
|
Reference in New Issue
Block a user