mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Uploader): support avif image format (#11655)
This commit is contained in:
parent
e6fd665707
commit
c88f457e84
@ -63,7 +63,7 @@ export function filterFiles(
|
|||||||
return { valid, invalid };
|
return { valid, invalid };
|
||||||
}
|
}
|
||||||
|
|
||||||
const IMAGE_REGEXP = /\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i;
|
const IMAGE_REGEXP = /\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg|avif)/i;
|
||||||
|
|
||||||
export const isImageUrl = (url: string): boolean => IMAGE_REGEXP.test(url);
|
export const isImageUrl = (url: string): boolean => IMAGE_REGEXP.test(url);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user