未验证 提交 b66a83c1 编写于 作者: Z zty 提交者: GitHub

fix: upload component preview .webp image (#2631)

Co-authored-by: Ntianyuan233 <zty.dev@outlook.com>
上级 7bbb8624
......@@ -11,7 +11,7 @@ export function checkImgType(file: File) {
}
export function isImgTypeByName(name: string) {
return /\.(jpg|jpeg|png|gif)$/i.test(name);
return /\.(jpg|jpeg|png|gif|webp)$/i.test(name);
}
export function getBase64WithFile(file: File) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册