mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
perf: 肉鸽开局干员 隐藏未实装干员 (#8436)
This commit is contained in:
@@ -4180,7 +4180,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
}
|
||||
|
||||
var localizedName = DataHelper.GetLocalizedCharacterName(name, _language);
|
||||
if (!string.IsNullOrEmpty(localizedName))
|
||||
if (!string.IsNullOrEmpty(localizedName) && !(_clientType.Contains("YoStar") && DataHelper.GetLocalizedCharacterName(name, "en-us") == DataHelper.GetLocalizedCharacterName(name, "zh-cn")))
|
||||
{
|
||||
roguelikeCoreCharList.Add(localizedName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user