mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: 关卡小提示改用 Value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user