fix: 封面生成字段名 thumbnail_url → image_url 匹配后端响应 #1331

Closed
xiaoxia wants to merge 1 commits from fix/cover-field-name-1317 into develop
@@ -88,7 +88,7 @@ export function useStep6Cover({
asset_ids: assetIds,
cover_type: "ai_frame",
})
const thumbnailUrl = response.cover?.thumbnail_url || ""
const thumbnailUrl = response.cover?.image_url || ""
if (thumbnailUrl) {
onCoverSettingsChange({
...coverSettings,