mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
add support for heic/heif
This commit is contained in:
parent
52caa2c8d2
commit
da93d9380d
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ export const FILE_MIMES: Record<UploadType, string[]> = {
|
||||||
'image/png',
|
'image/png',
|
||||||
'image/svg+xml',
|
'image/svg+xml',
|
||||||
'image/webp',
|
'image/webp',
|
||||||
|
'image/heic',
|
||||||
|
'image/heif',
|
||||||
],
|
],
|
||||||
[UploadType.Audio]: ['audio/mpeg3', 'audio/mpeg', 'audio/mp3'],
|
[UploadType.Audio]: ['audio/mpeg3', 'audio/mpeg', 'audio/mp3'],
|
||||||
[UploadType.Other]: [],
|
[UploadType.Other]: [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue