feat: 调整过期首帧批量生成文案
This commit is contained in:
@@ -85,7 +85,7 @@ export function useProduction() {
|
|||||||
target.receipt = null
|
target.receipt = null
|
||||||
const labels: Record<ProductionCommand, string> = {
|
const labels: Record<ProductionCommand, string> = {
|
||||||
prompts: force.value ? '重生成项目视频提示词' : '补齐项目视频提示词',
|
prompts: force.value ? '重生成项目视频提示词' : '补齐项目视频提示词',
|
||||||
keyframes: force.value ? '新增项目首帧候选' : '补齐项目主首帧',
|
keyframes: force.value ? '新增项目首帧候选' : '补齐或更新项目主首帧',
|
||||||
videos: force.value ? '新增项目视频候选' : '提交就绪视频任务',
|
videos: force.value ? '新增项目视频候选' : '提交就绪视频任务',
|
||||||
'retry-videos': '重试失败视频任务'
|
'retry-videos': '重试失败视频任务'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user