From bfc32c1390014daee1bdf2321f0691c7a0924e9c Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 20 Oct 2024 10:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A1=E6=A0=B8=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/0-core/HuanMeng.DotNetCore/HuanMeng.DotNetCore.csproj | 4 ++++ src/0-core/HuanMeng.MiaoYu.Code/Music/MusicBLL.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/0-core/HuanMeng.DotNetCore/HuanMeng.DotNetCore.csproj b/src/0-core/HuanMeng.DotNetCore/HuanMeng.DotNetCore.csproj index 7e12d3d..76cafeb 100644 --- a/src/0-core/HuanMeng.DotNetCore/HuanMeng.DotNetCore.csproj +++ b/src/0-core/HuanMeng.DotNetCore/HuanMeng.DotNetCore.csproj @@ -8,6 +8,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/0-core/HuanMeng.MiaoYu.Code/Music/MusicBLL.cs b/src/0-core/HuanMeng.MiaoYu.Code/Music/MusicBLL.cs index fd6808b..67fafd0 100644 --- a/src/0-core/HuanMeng.MiaoYu.Code/Music/MusicBLL.cs +++ b/src/0-core/HuanMeng.MiaoYu.Code/Music/MusicBLL.cs @@ -30,7 +30,7 @@ namespace HuanMeng.MiaoYu.Code.Music var images = MiaoYuCacheExtend.GetMiaoYuDataEntityCacheList(this); MusicConfigDto musicConfigDto = new MusicConfigDto() { - IsCheck = true, + IsCheck = false, MallBanner = images.GetImageUrl(9002), MyPageMallEntrance = images.GetImageUrl(9001) };