feat(P1): 一键生成改智能剪辑 + 模板只展示系统预设 (#555)
CI/CD Pipeline / Frontend Lint (push) Successful in 56s
CI/CD Pipeline / Check if frontend-only change (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI Build & Deploy Pipeline / Build Staging API Image (push) Successful in 5m3s
CI Build & Deploy Pipeline / Build Staging Web Image (push) Successful in 27s
CI Build & Deploy Pipeline / Build Staging Worker Image (push) Successful in 7m25s
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI Build & Deploy Pipeline / Staging E2E Tests (push) Waiting to run
CI Build & Deploy Pipeline / Staging API Integration Tests (push) Waiting to run
CI Build & Deploy Pipeline / Build Production API Image (push) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (push) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (push) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (push) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (push) Has been skipped

Co-authored-by: xiaoxia <dev@xiaoxiajianji.com>
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com>
This commit was merged in pull request #555.
This commit is contained in:
2026-07-19 09:44:01 +08:00
committed by auto-approve-bot
parent 2bd6edbe37
commit e925ed3f54
8 changed files with 12 additions and 12 deletions
Executable → Regular
+1 -1
View File
@@ -143,7 +143,7 @@ export interface CreateEditPlanRequest {
name: string
config?: EditPlanConfig
total_duration?: number
/** 来源剪辑计划 ID(从剪辑计划跳转到一键生成时关联) */
/** 来源剪辑计划 ID(从剪辑计划跳转到智能剪辑时关联) */
source_edit_plan_id?: string
}
+1 -1
View File
@@ -88,7 +88,7 @@ export interface CreateGenerationTaskResponse {
/* ──────────── API 函数 ──────────── */
/** 创建生成任务(一键生成 */
/** 创建生成任务(智能剪辑 */
export const createGenerationTask = async (
params: CreateGenerationTaskRequest,
): Promise<CreateGenerationTaskResponse> => {