fix: upload image (#1522)

This commit is contained in:
zxhlyh
2023-11-16 11:56:11 +08:00
committed by GitHub
parent d9336d9ae4
commit cfbfd59b8f
7 changed files with 40 additions and 7 deletions

View File

@@ -301,6 +301,7 @@ export type ImageFile = {
progress: number
url: string
base64Url?: string
deleted?: boolean
}
export type VisionFile = {