From 2559522e3dd010448cd794a22061c92945744513 Mon Sep 17 00:00:00 2001 From: admin <572701190@qq.com> Date: Sun, 3 May 2026 01:52:07 +0800 Subject: [PATCH] further slow zip packaging progress display --- WebSite/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebSite/src/App.tsx b/WebSite/src/App.tsx index 9f31b0b..28813d1 100644 --- a/WebSite/src/App.tsx +++ b/WebSite/src/App.tsx @@ -477,7 +477,7 @@ export default function App() { try { const job = await apiRequest(`/api/job?id=${currentJob.id}`) as BackendJob; if (!isActive) return; - const zipProgressStep = target === 'all' ? 0.8 : 4; + const zipProgressStep = target === 'all' ? 0.4 : 2; const displayJob = job.status === 'running' ? { ...job,