From 24786209d56baf7099c6b22a94bbdbfefef0678c Mon Sep 17 00:00:00 2001 From: JJMdzh Date: Tue, 20 May 2025 23:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=8B=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=20(#888)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设定的目标数量 --- repo/js/背包材料统计/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/js/背包材料统计/main.js b/repo/js/背包材料统计/main.js index 133f07e4..fdcb9c46 100644 --- a/repo/js/背包材料统计/main.js +++ b/repo/js/背包材料统计/main.js @@ -1,5 +1,5 @@ -const targetCount = Math.min(9999, Math.max(0, Math.floor(Number(settings.targetCount) || 5000))); // OCR基准时长 +const targetCount = Math.min(9999, Math.max(0, Math.floor(Number(settings.targetCount) || 5000))); // 设定的目标数量 const OCRdelay = Math.min(50, Math.max(0, Math.floor(Number(settings.OcrDelay) || 10))); // OCR基准时长 // 定义映射表"unselected": "反选材料分类", const material_mapping = {