fix: route recommend puzzle next through feed

This commit is contained in:
2026-06-07 14:14:16 +08:00
parent e56a25243c
commit 8f460feb41
11 changed files with 84 additions and 126 deletions

View File

@@ -136,7 +136,6 @@ export interface DragPuzzlePieceRequest {
export interface AdvancePuzzleNextLevelRequest {
targetProfileId?: string | null;
preferSimilarWork?: boolean;
}
export interface UsePuzzleRuntimePropRequest {