chore: 关卡小提示改用 Value

This commit is contained in:
uye
2025-09-05 15:17:23 +08:00
parent 7e6216d573
commit 981f71f024

View File

@@ -390,7 +390,7 @@ namespace MaaWpfGui.Services
// Side story Drop item tips
if (!string.IsNullOrEmpty(stage.Drop))
{
lines.Add($"{stage.Display}: {ItemListHelper.GetItemName(stage.Drop)}");
lines.Add($"{stage.Value}: {ItemListHelper.GetItemName(stage.Drop)}");
}
// Normal stage tips