feat: 调整过期首帧批量生成文案

This commit is contained in:
GouJ
2026-09-01 14:46:58 +08:00
parent c88b2b730f
commit e65077a57f
+1 -1
View File
@@ -85,7 +85,7 @@ export function useProduction() {
target.receipt = null
const labels: Record<ProductionCommand, string> = {
prompts: force.value ? '重生成项目视频提示词' : '补齐项目视频提示词',
keyframes: force.value ? '新增项目首帧候选' : '补齐项目主首帧',
keyframes: force.value ? '新增项目首帧候选' : '补齐或更新项目主首帧',
videos: force.value ? '新增项目视频候选' : '提交就绪视频任务',
'retry-videos': '重试失败视频任务'
}