📊 工作台

1

📤 上传分镜截图(多图=一个分镜)

{{ step > 1 ? '✓ 已完成' : (step === 1 ? '进行中' : '等待') }}

📌 使用说明:

1. 拖拽或选择多张图片,组成一个分镜

2. 点击"添加为分镜"将这组图片作为一个分镜

3. 重复以上步骤创建多个分镜

4. 点击"开始AI分析"生成提示词

📷 当前分镜组 ({{ currentGroup.length }} 张)

📤

拖拽图片到此处

支持多选,每组图片代表一个分镜

🎬 已创建 {{ shots.length }} 个分镜

分镜 {{ index + 1 }}
{{ shot.images.length }} 张图片 {{ getShotStatusText(shot.status) }}

{{ shot.analysis.substring(0, 80) }}...

2

🔍 AI分镜分析

{{ step > 2 ? '✓ 已完成' : (step === 2 ? '进行中' : '等待') }}
{{ currentStatus }} {{ Math.round(progressPercent) }}%
已完成: {{ processedCount }} / {{ totalCount }} | 预计剩余: {{ estimatedTime }}
分镜 {{ index + 1 }} {{ getShotStatusText(shot.status) }}
AI分析中

📝 分镜描述

{{ shot.analysis }}

3

✨ 生成视频提示词

{{ step > 3 ? '✓ 已完成' : (step === 3 ? '进行中' : '等待') }}
{{ promptStatus }} {{ Math.round(promptProgressPercent) }}%
已生成: {{ generatedCount }} / {{ needPromptCount }}
分镜 {{ shots.indexOf(shot) + 1 }} {{ getPromptStatusText(shot.promptStatus) }}
{{ shot.prompt }}
{{ shot.promptStatus === 'generating' ? 'AI生成中...' : '等待生成' }}
4

📋 分析结果

✓ 完成
{{ shots.length }} 分镜数
{{ successCount }} 成功
{{ failedCount }} 失败
{{ totalDuration }}s 总耗时
分镜 {{ index + 1 }} {{ shot.images.length }} 张图片

📝 分镜描述

{{ shot.analysis }}

✨ 视频生成提示词

{{ shot.prompt }}
{{ toast.message }}