1 上传分镜
2 AI分析
3 生成提示词
4 完成

📤 上传分镜图片

📤

拖拽图片到此处

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

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

📋 分镜列表 ({{ shots.length }} 个)

{{ index + 1 }}
+{{ shot.images.length - 3 }}
{{ shot.images.length }} 张图片

🔄 AI分析中...

{{ currentStatus }} {{ processedCount }} / {{ totalCount }}
{{ index + 1 }}
+{{ shot.images.length - 3 }}
{{ shot.status === 'pending' ? '等待中' : shot.status === 'analyzing' ? '分析中...' : shot.status === 'done' ? '✓ 已完成' : '✗ 失败' }}

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

✨ 生成视频提示词

{{ index + 1 }}
+{{ shot.images.length - 3 }}
{{ shot.promptStatus === 'done' ? '✓ 已生成' : '⏳ 生成中...' }}

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

✅ 分析完成

共 {{ shots.length }} 个分镜,耗时 {{ totalDuration }} 秒

{{ index + 1 }}
+{{ shot.images.length - 3 }}
✓ 完成

{{ shot.prompt.substring(0, 100) }}...

💡 任务完成检查清单

{{ item.type === 'good' ? '✅' : item.type === 'warning' ? '⚠️' : '💡' }}
{{ item.title }}
{{ item.desc }}
{{ toast.message }}