From 15f1c66b54be827c7735dd7d59defeec199fcba8 Mon Sep 17 00:00:00 2001 From: userpj Date: Tue, 1 Apr 2025 18:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=B8=A1=E8=85=BF=E5=A5=BD?= =?UTF-8?q?=E6=84=9F=E8=84=9A=E6=9C=AC=E4=B8=8D=E8=BF=90=E8=A1=8C=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#506)?= 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 fa7ce86f..baaf18c1 100644 --- a/repo/js/鸡腿好感/main.js +++ b/repo/js/鸡腿好感/main.js @@ -100,7 +100,7 @@ log.info('自动好感开始...'); //默认10次自动好感 - if(isPositiveInteger(settings.times){ + if(isPositiveInteger(settings.times)){ log.info(`自动好感任务开始,运行:${settings.times} 次`); await AutoFriendshipDev(settings.times); } else {