mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-20 07:39:53 +08:00
🐛 Fix: showFileExplorer result bug
This commit is contained in:
2
src/universal/types/types.d.ts
vendored
2
src/universal/types/types.d.ts
vendored
@@ -193,7 +193,7 @@ type IDispose = () => void
|
||||
// GuiApi
|
||||
interface IGuiApi {
|
||||
showInputBox: (options: IShowInputBoxOption) => Promise<string>
|
||||
showFileExplorer: (options: IShowFileExplorerOption) => Promise<string>
|
||||
showFileExplorer: (options: IShowFileExplorerOption) => Promise<string[]>
|
||||
upload: (input: IUploadOption) => Promise<ImgInfo[]>
|
||||
showNotification: (options?: IShowNotificationOption) => void
|
||||
showMessageBox: (options?: IShowMessageBoxOption) => Promise<IShowMessageBoxResult>
|
||||
|
||||
Reference in New Issue
Block a user