fix: 修复文件类型处理错误
This commit is contained in:
parent
def831f2dc
commit
9b60e24364
@ -43,7 +43,7 @@ public enum FileTypeEnum implements IBaseEnum<Integer> {
|
|||||||
/**
|
/**
|
||||||
* 图片
|
* 图片
|
||||||
*/
|
*/
|
||||||
IMAGE(2, "图片", List.of("jpg", "png", "gif", "bmp", "webp", "ico", "psd", "tiff", "dwg", "jxr", "apng", "xcf")),
|
IMAGE(2, "图片", List.of("jpg", "jpeg", "png", "gif", "bmp", "webp", "ico", "psd", "tiff", "dwg", "jxr", "apng", "xcf")),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 文档
|
* 文档
|
||||||
|
Loading…
Reference in New Issue
Block a user