From 05feee9c762d1998150c68794874d05cfd8022a6 Mon Sep 17 00:00:00 2001 From: "vluk@2fi-solutions.com.hk" Date: Thu, 23 Apr 2026 10:38:34 +0800 Subject: [PATCH] no message --- src/app/(main)/testing/page.tsx | 6 +++--- src/app/api/laserPrint/actions.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(main)/testing/page.tsx b/src/app/(main)/testing/page.tsx index 14f4855..9ef0e81 100644 --- a/src/app/(main)/testing/page.tsx +++ b/src/app/(main)/testing/page.tsx @@ -222,7 +222,7 @@ export default function TestingPage() { const lim = parseInt(laserAutoLimit.trim(), 10); const report = await runLaserBag2AutoSend({ planStart: laserAutoPlanDate, - limitPerRun: Number.isFinite(lim) ? lim : 0, + limitPerRun: Number.isFinite(lim) ? lim : 1, }); setLaserAutoReport(report); try { @@ -531,11 +531,11 @@ export default function TestingPage() { /> setLaserAutoLimit(e.target.value)} sx={{ width: 200 }} - helperText="手動測試建議 1;排程預設每分鐘最多 1 筆" + helperText="目前後端會限制為第一筆;此欄位保留給未來調整" />