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

@@ -30,6 +30,7 @@ describe('ShareService', () => {
hint1: `提示${i + 1}`,
hint2: null,
hint3: null,
sortKey: `a${i}`,
sortOrder: i,
timeLimit: i === 0 ? 60 : null,
createdAt: new Date('2026-01-01'),