This commit is contained in:
2026-05-01 00:33:39 +08:00
parent 61969c5116
commit fe02603ba1
68 changed files with 4586 additions and 748 deletions

View File

@@ -24,11 +24,11 @@ export interface PuzzleWorkSummary {
likeCount?: number;
recentPlayCount7d?: number;
publishReady: boolean;
levels?: PuzzleDraftLevel[];
}
export interface PuzzleWorkProfile extends PuzzleWorkSummary {
anchorPack: PuzzleAnchorPack;
levels?: PuzzleDraftLevel[];
metadata?: JsonObject | null;
}