From 821510c8213ee8bb35288cd204f9744aeb501b18 Mon Sep 17 00:00:00 2001 From: GinHa <15201596918@163.com> Date: Wed, 3 Jun 2026 13:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E4=BD=9C=E8=AE=B0=E5=BD=95=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E8=BF=BD=E5=8A=A0=E9=81=97=E6=BC=8F=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/AdminGenerationAiRecords.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/video-gen-admin/src/pages/AdminGenerationAiRecords.tsx b/video-gen-admin/src/pages/AdminGenerationAiRecords.tsx index 57b38909..89d7a506 100644 --- a/video-gen-admin/src/pages/AdminGenerationAiRecords.tsx +++ b/video-gen-admin/src/pages/AdminGenerationAiRecords.tsx @@ -59,12 +59,17 @@ const STATUS_MAP: Record = { - queued: '已入队', - creating_provider_task: '创建任务中', - waiting_remote: '等待生成', - result_ready: '结果就绪', - downloading: '下载中', - done: '完成', + timeout: '任务超时', + queued: '已入队', + preparing: '准备中', + creating_provider_task: '创建任务中', + waiting_remote: '等待生成', + result_ready: '结果就绪', + downloading: '下载中', + done: '完成', + download_failed: '下载失败', + polling: '轮询中', + failed: '失败', }; const GEN_TYPE_MAP: Record = {