mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: DidYouBuyWine 先给注释掉了,41看看有啥活
[skip changelog]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user