3 个 ui 完善

This commit is contained in:
fofolee
2022-04-07 23:53:22 +08:00
parent 362cde8da7
commit ec41728d0e
7 changed files with 220 additions and 136 deletions

View File

@@ -111,7 +111,7 @@ interface quickcommandApi {
* @param placeholder 文本框占位符
* @param value 默认的文本值
*/
showTextAera(placeholder?: string, value?: string): Promise<string>;
showTextArea(placeholder?: string, value?: string): Promise<string>;
/**
* 显示一个自动消失的提示框