From 38f22e2aa011efeacafafab19af22b4257938af4 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:07:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20DidYouBuyWine=20=E5=85=88=E7=BB=99?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E4=BA=86=EF=BC=8C41=E7=9C=8B?= =?UTF-8?q?=E7=9C=8B=E6=9C=89=E5=95=A5=E6=B4=BB=20[skip=20changelog]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs index 5f8266f858..55ebea3561 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -316,11 +316,10 @@ namespace MaaWpfGui.ViewModels.UI return false; } - if (now.IsAprilFoolsDay()) - { - return true; - } - + // if (now.IsAprilFoolsDay()) + // { + // return true; + // } string[] wineList = ["酒", "liquor", "drink", "wine", "beer", "술", "🍷", "🍸", "🍺", "🍻", "🥃", "🍶"]; return wineList.Any(TaskQueueViewModel.MallTask.CreditFirstList.Contains); }