fix: 优化关卡排序
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user