mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 编队时不在干员数据内的显示输入的名称
This commit is contained in:
@@ -1438,7 +1438,7 @@ namespace MaaWpfGui.Main
|
||||
string.Join(
|
||||
", ",
|
||||
(subTaskDetails!["formation"]?.ToObject<List<string?>>() ?? [])
|
||||
.Select(oper => DataHelper.GetLocalizedCharacterName(oper))
|
||||
.Select(oper => DataHelper.GetLocalizedCharacterName(oper) ?? oper)
|
||||
.Where(oper => !string.IsNullOrEmpty(oper))) + "]");
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user