chore: DidYouBuyWine 先给注释掉了,41看看有啥活

[skip changelog]
This commit is contained in:
uye
2025-02-09 14:07:18 +08:00
parent 4390ec12b5
commit 38f22e2aa0

View File

@@ -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);
}