!17 update Yi.Furion.Net6/Yi.Framework.Infrastructure/Helper/MimeHelper.cs. 后缀名拼写错误。

Merge pull request !17 from zsmygitee/N/A
This commit is contained in:
橙子
2024-06-18 08:23:29 +00:00
committed by Gitee

View File

@@ -1,4 +1,4 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
@@ -16,7 +16,7 @@ namespace Yi.Framework.Infrastructure.Helper
public static List<string> ImageType { get; set; } = new List<string> public static List<string> ImageType { get; set; } = new List<string>
{ {
".jpg",".png",".jpge" ".jpg",".png",".jpeg"
}; };
private static Hashtable _mimeMappingTable; private static Hashtable _mimeMappingTable;