aa4b490578
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 170h50m55s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 170h51m0s
Deploy / Deploy Staging (push) Failing after 170h51m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 170h51m13s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 170h51m20s
- editPlans.ts: 按后端 Edit Plans Schema 重写所有 API 函数 - getEditPlans/getEditPlanDetail/createEditPlan/updateEditPlan/deleteEditPlan - generateEditPlan/getGenerationStatus 对接真实接口 - getMediaAssets/getAssetLibraries 传 libraryId 参数 - AssetResponse 字段直接映射(thumbnail_url/duration/width/height 等) - EditingPlanner.tsx: handleSave 传参匹配 CreateEditPlanRequest - MediaPanel.tsx: 素材获取传 libraryId,移除未使用变量 - GeneratePage.tsx: 素材获取用真实 API,生成流程用轮询,移除未使用变量 - AssetSelector.tsx: 修复 TS 类型错误(onChange/buttonSize/未使用函数) - MyVoices.tsx: 修复 PageHead 导入(default export) - VoiceLibrary.tsx: 修复 PageHead 导入 + Modal 未使用 + Timeout 类型 TypeScript 零错误,严格匹配后端接口字段名。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>