diff --git a/Yi.Furion.Net6/Yi.Framework.Infrastructure/Helper/MimeHelper.cs b/Yi.Furion.Net6/Yi.Framework.Infrastructure/Helper/MimeHelper.cs index 50398493..29fc3668 100644 --- a/Yi.Furion.Net6/Yi.Framework.Infrastructure/Helper/MimeHelper.cs +++ b/Yi.Furion.Net6/Yi.Framework.Infrastructure/Helper/MimeHelper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Linq; @@ -16,7 +16,7 @@ namespace Yi.Framework.Infrastructure.Helper public static List ImageType { get; set; } = new List { - ".jpg",".png",".jpge" + ".jpg",".png",".jpeg" }; private static Hashtable _mimeMappingTable;