From 2c1e368b33038242ff301166cd76c7ebe699e398 Mon Sep 17 00:00:00 2001 From: user123456 Date: Thu, 12 Jun 2025 16:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8A=B6=E6=80=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/skopeo.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/skopeo.html b/src/public/skopeo.html index 457390b..b504543 100644 --- a/src/public/skopeo.html +++ b/src/public/skopeo.html @@ -714,9 +714,8 @@ }); if (data.status === 'completed') { - // 任务完成时,将所有"等待打包"状态更新为"完成" document.querySelectorAll('.image-progress-text').forEach(function(textEl) { - if (textEl.textContent === '等待打包') { + if (textEl.textContent === '打包中') { textEl.textContent = '完成'; } });