From d3f263eb5dbd78bb8d4c4abd559e76f0596e4d0d Mon Sep 17 00:00:00 2001 From: zihanjian Date: Sat, 7 Jun 2025 19:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4ColorStatusBar=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E4=BC=B0=E7=AE=97=E6=97=B6=E9=97=B4=E7=9A=84?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=80=BB=E8=BE=91=EF=BC=8C=E5=B0=86=E6=AF=8F?= =?UTF-8?q?=E4=B8=AA=E6=A0=BC=E5=AD=90=E7=9A=84=E6=97=B6=E9=97=B4=E4=BB=8E?= =?UTF-8?q?0.5=E5=88=86=E9=92=9F=E4=BF=AE=E6=94=B9=E4=B8=BA0.1=E5=88=86?= =?UTF-8?q?=E9=92=9F=EF=BC=8C=E4=BB=A5=E6=8F=90=E5=8D=87=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=BC=B0=E7=AE=97=E7=9A=84=E5=87=86=E7=A1=AE=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ColorStatusBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ColorStatusBar.tsx b/src/components/ColorStatusBar.tsx index ff83374..3b76bb6 100644 --- a/src/components/ColorStatusBar.tsx +++ b/src/components/ColorStatusBar.tsx @@ -24,7 +24,7 @@ const ColorStatusBar: React.FC = ({ ); } - const estimatedTime = Math.ceil((colorInfo.total - colorInfo.completed) * 0.5); // 假设每个格子0.5分钟 + const estimatedTime = Math.ceil((colorInfo.total - colorInfo.completed) * 0.1); // 假设每个格子0.5分钟 return (