mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
chore: 更新关卡字典键为显示值
This commit is contained in:
@@ -167,7 +167,7 @@ namespace MaaWpfGui
|
||||
|
||||
if (!stageInfo.Activity.IsExpired)
|
||||
{
|
||||
tempStage.Add(stageObj["Value"].ToString(), stageInfo);
|
||||
tempStage.Add(stageInfo.Display, stageInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user