chore: 连战新增 -1 表示禁用切换

This commit is contained in:
uye
2025-05-06 14:27:06 +08:00
parent 1eeae5326f
commit 4debf210bd
2 changed files with 7 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ public class FightSettingsUserControlModel : TaskViewModel
{ "3", 6 },
{ "2", 2 },
{ "1", 1 },
{ LocalizationHelper.GetString("NotSelected"), -1 },
};
public string?[] Stages => [Stage1, Stage2, Stage3];