From 3443fc66843b29714c59cdde756da89e7ed19e30 Mon Sep 17 00:00:00 2001 From: kissnavel Date: Sun, 30 Nov 2025 23:52:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/gacha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gacha.js b/lib/gacha.js index 8c72344..5d4cda8 100644 --- a/lib/gacha.js +++ b/lib/gacha.js @@ -178,7 +178,7 @@ export const updateGachaLog_os = async (api, uid, deviceFp) => { // 当前池子新数据计数加一 newCount[name]++; } - // 更新页数和最后一个数据的 id + // 更新最后一个数据的 id endId = log.gacha_item_list[log.gacha_item_list.length - 1]?.id || endId; // 防止请求过快 await sleep(1000);