From db08e993dfcdfc3711584ca8911e19e5d24f0bff Mon Sep 17 00:00:00 2001 From: zsmygitee <274725822@qq.com> Date: Tue, 11 Jun 2024 06:56:02 +0000 Subject: [PATCH 1/7] =?UTF-8?q?update=20Yi.Abp.Net8/framework/Yi.Framework?= =?UTF-8?q?.Core/Helper/MimeHelper.cs.=20=20=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=82=20=E5=90=8E=E7=BC=80=E5=90=8D=E6=8B=BC?= =?UTF-8?q?=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.Abp.Net8/framework/Yi.Framework.Core/Helper/MimeHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yi.Abp.Net8/framework/Yi.Framework.Core/Helper/MimeHelper.cs b/Yi.Abp.Net8/framework/Yi.Framework.Core/Helper/MimeHelper.cs index 4489545b..d03bf16b 100644 --- a/Yi.Abp.Net8/framework/Yi.Framework.Core/Helper/MimeHelper.cs +++ b/Yi.Abp.Net8/framework/Yi.Framework.Core/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.Core.Helper public static List ImageType { get; set; } = new List { - ".jpg",".png",".jpge" + ".jpg",".png",".jpeg" }; private static Hashtable _mimeMappingTable; From 1c5be591058cc9fdf63f152564eea731a61a3370 Mon Sep 17 00:00:00 2001 From: tyjctl <419999127@qq.com> Date: Fri, 14 Jun 2024 10:08:41 +0000 Subject: [PATCH 2/7] =?UTF-8?q?update=20Yi.RuoYi.Vue3/src/components/DictT?= =?UTF-8?q?ag/index.vue.=20=E4=BF=AE=E5=A4=8DEL-tag=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=AF=AF=E4=BC=A0=E5=80=BC=E5=AF=BC=E8=87=B4=E7=9A=84vue=20war?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tyjctl <419999127@qq.com> --- Yi.RuoYi.Vue3/src/components/DictTag/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yi.RuoYi.Vue3/src/components/DictTag/index.vue b/Yi.RuoYi.Vue3/src/components/DictTag/index.vue index 6df0380b..b9bf2ed4 100644 --- a/Yi.RuoYi.Vue3/src/components/DictTag/index.vue +++ b/Yi.RuoYi.Vue3/src/components/DictTag/index.vue @@ -3,7 +3,7 @@