From aa231cccac0c0891c8a9d6cbbfcc1c0fb1e2155f Mon Sep 17 00:00:00 2001 From: Zylan Date: Sat, 26 Apr 2025 15:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=AA=E8=BD=B4=E6=A0=BC?= =?UTF-8?q?=E5=AD=90=E8=BE=93=E5=85=A5=E7=9A=84=E6=9C=80=E5=A4=A7=E5=80=BC?= =?UTF-8?q?=E9=99=90=E5=88=B6=EF=BC=8C=E4=BB=8E300=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA200=EF=BC=8C=E5=B9=B6=E7=9B=B8=E5=BA=94=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E7=94=A8=E6=88=B7=E8=BE=93=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E6=9C=89=E6=95=88=E6=80=A7=E5=92=8C=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e810bc8..e8cd3e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -254,7 +254,7 @@ export default function Home() { // ++ 新增:处理确认按钮点击的函数 ++ const handleConfirmGranularity = () => { const minGranularity = 10; - const maxGranularity = 300; + const maxGranularity = 200; let newGranularity = parseInt(granularityInput, 10); if (isNaN(newGranularity) || newGranularity < minGranularity) { @@ -1112,7 +1112,7 @@ export default function Home() { {/* Granularity Input */}