From 23276bb0fd6d1e67e1bcf4af8780bd138ffc7bc0 Mon Sep 17 00:00:00 2001 From: zsmygitee <274725822@qq.com> Date: Tue, 11 Jun 2024 06:57:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20Yi.Furion.Net6/Yi.Framework.Infrastruc?= =?UTF-8?q?ture/Helper/MimeHelper.cs.=20=E5=90=8E=E7=BC=80=E5=90=8D?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=E3=80=82=20=E5=90=8E?= =?UTF-8?q?=E7=BC=80=E5=90=8D=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zsmygitee <274725822@qq.com> --- .../Yi.Framework.Infrastructure/Helper/MimeHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;