fix: refine jump hop draft detail flow

This commit is contained in:
2026-06-06 21:02:11 +08:00
parent cd8088d1fd
commit 683a9115b3
11 changed files with 194 additions and 9 deletions

View File

@@ -1074,7 +1074,7 @@ export function buildJumpHopGenerationAnchorEntries(
workTitle?: string;
themeText?: string;
characterPrompt?: string;
stylePreset?: string;
tilePrompt?: string;
} | null;
}
| null
@@ -1098,7 +1098,7 @@ export function buildJumpHopGenerationAnchorEntries(
value:
formPayload?.tilePrompt?.trim() ||
config?.tilePrompt?.trim() ||
draft?.stylePreset?.trim() ||
draft?.tilePrompt?.trim() ||
'',
},
];