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 (