From 752cbe9ae594010f8229f9963b7f96cf890a54bb Mon Sep 17 00:00:00 2001 From: qikongjian Date: Mon, 25 Aug 2025 00:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=8F=B7=E6=94=BE=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/network-timeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/network-timeline.tsx b/components/dashboard/network-timeline.tsx index e56393b..f4dad58 100644 --- a/components/dashboard/network-timeline.tsx +++ b/components/dashboard/network-timeline.tsx @@ -1478,7 +1478,7 @@ ${task.status === 'IN_PROGRESS' ? `进度: ${task.progress}%` : ''}
更新时间: {formatDateTime(taskTimes.updatedAt)}
)} {taskTimes.startTime && taskTimes.endTime && ( -
执行时长: {formatTime(task.executionTime)}
+
执行时长: {formatTime(task.executionTime)}
)}