From e65077a57fb9edc94f83823b3a63c3cd334baef6 Mon Sep 17 00:00:00 2001 From: GouJ Date: Tue, 1 Sep 2026 14:46:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E9=A6=96=E5=B8=A7=E6=89=B9=E9=87=8F=E7=94=9F=E6=88=90=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/production/useProduction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/production/useProduction.ts b/src/features/production/useProduction.ts index cc6569c..6d6a084 100644 --- a/src/features/production/useProduction.ts +++ b/src/features/production/useProduction.ts @@ -85,7 +85,7 @@ export function useProduction() { target.receipt = null const labels: Record = { prompts: force.value ? '重生成项目视频提示词' : '补齐项目视频提示词', - keyframes: force.value ? '新增项目首帧候选' : '补齐项目主首帧', + keyframes: force.value ? '新增项目首帧候选' : '补齐或更新项目主首帧', videos: force.value ? '新增项目视频候选' : '提交就绪视频任务', 'retry-videos': '重试失败视频任务' }