add ppt ext

This commit is contained in:
Looly
2022-10-18 09:12:33 +08:00
parent dffa682b8f
commit c56f36ac4f

View File

@@ -188,6 +188,8 @@ public class FileTypeUtil {
typeName = "doc";
} else if ("msi".equalsIgnoreCase(extName)) {
typeName = "msi";
} else if ("ppt".equalsIgnoreCase(extName)) {
typeName = "ppt";
}
} else if ("zip".equals(typeName)) {
// zip可能为docx、xlsx、pptx、jar、war、ofd等格式扩展名辅助判断