chore: 更新关卡字典键为显示值

This commit is contained in:
uye
2023-02-13 16:18:26 +08:00
parent ac6fcfb271
commit e07c90b03b

View File

@@ -167,7 +167,7 @@ namespace MaaWpfGui
if (!stageInfo.Activity.IsExpired)
{
tempStage.Add(stageObj["Value"].ToString(), stageInfo);
tempStage.Add(stageInfo.Display, stageInfo);
}
}
}