From c88b2b730f999815016e93b5d86ae63d1b91b26c Mon Sep 17 00:00:00 2001 From: GouJ Date: Tue, 1 Sep 2026 14:46:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A5=E5=85=85=E9=A6=96=E5=B8=A7?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E7=8A=B6=E6=80=81=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/production/model.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/features/production/model.ts b/src/features/production/model.ts index 16d34b7..1884b58 100644 --- a/src/features/production/model.ts +++ b/src/features/production/model.ts @@ -47,7 +47,8 @@ export function issueLabel(code: ProductionIssueCode): string { missing_identity_anchor: '缺少演员母版', identity_unlocked: '演员身份未锁定', missing_prompt: '缺少视频提示词', - missing_keyframe: '缺少主首帧' + missing_keyframe: '缺少主首帧', + stale_keyframe: '主首帧已过期' } return labels[code] }