fix: 优化关卡排序

This commit is contained in:
richarjiang
2026-05-03 22:27:16 +08:00
parent 1f8db6c473
commit 9185df3567
12 changed files with 439 additions and 104 deletions

View File

@@ -16,7 +16,7 @@ export function toNextLevelDto(level: Level): NextLevelDto {
}
/**
* Given all levels (sorted by sortOrder ASC) and the set of completed level IDs,
* Given all levels (sorted by sortKey byte order) and the set of completed level IDs,
* return the next `count` uncompleted levels.
*/
export function findNextUncompletedLevels(