From 34801a3bcbc9ac05f5f9c1cd4c9cb86bf8478f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Mon, 31 Mar 2025 03:37:22 +0800 Subject: [PATCH] fix: typos (#499) --- 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 dceb5c24..acddbd99 100644 --- a/repo/js/鸡腿好感/main.js +++ b/repo/js/鸡腿好感/main.js @@ -48,7 +48,7 @@ log.info(`自动好感当前次数:${i + 1}/${times}`); await AutoPath('从甜甜花到狗盆'); await Feed(); - if( i == times - 1) { + if( i != times - 1) { await AutoPath('从狗盆到甜甜花'); } //最后一次不需要返回到甜甜花 const estimatedCompletion = CalculateEstimatedCompletion(startFirstTime, i + 1, times);