升级多选优化

This commit is contained in:
2026-04-26 14:57:21 +08:00
parent 24c24acf44
commit cbf7bac239
5 changed files with 173 additions and 9 deletions
+2
View File
@@ -140,6 +140,8 @@ struct UpgradeUiState
int pendingCount;
int totalChosenCount;
int picksRemaining;
int markedCount;
bool marked[6];
UpgradeOption options[6];
};