further slow zip packaging progress display

This commit is contained in:
2026-05-03 01:52:07 +08:00
parent 5663e1c6d3
commit 2559522e3d

View File

@@ -477,7 +477,7 @@ export default function App() {
try { try {
const job = await apiRequest(`/api/job?id=${currentJob.id}`) as BackendJob; const job = await apiRequest(`/api/job?id=${currentJob.id}`) as BackendJob;
if (!isActive) return; if (!isActive) return;
const zipProgressStep = target === 'all' ? 0.8 : 4; const zipProgressStep = target === 'all' ? 0.4 : 2;
const displayJob = job.status === 'running' const displayJob = job.status === 'running'
? { ? {
...job, ...job,