From d722701a327133a53ccf25455ef200b6077b7a5a Mon Sep 17 00:00:00 2001 From: mno <718135749@qq.com> Date: Wed, 17 Dec 2025 22:13:06 +0800 Subject: [PATCH] =?UTF-8?q?js=EF=BC=9A=E8=81=94=E6=9C=BA=E7=8B=97=E7=B2=AE?= =?UTF-8?q?=E5=9B=A2=E8=B4=AD1.10.1=20(#2518)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 看看喵老师后门 --- repo/js/ArtifactsGroupPurchasing/main.js | 3 +++ repo/js/ArtifactsGroupPurchasing/manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/repo/js/ArtifactsGroupPurchasing/main.js b/repo/js/ArtifactsGroupPurchasing/main.js index cdb642f92..c193d1b65 100644 --- a/repo/js/ArtifactsGroupPurchasing/main.js +++ b/repo/js/ArtifactsGroupPurchasing/main.js @@ -142,6 +142,9 @@ let skipRunning = false; if (skipRunning) { log.info(`本次运行启用并触发了强迫症模式,需要重新上线`); + log.debug('ABGI启动联机上线:'); + await sleep(2000); + log.debug('ABGI启动配置组:强迫症等待组'); return; } diff --git a/repo/js/ArtifactsGroupPurchasing/manifest.json b/repo/js/ArtifactsGroupPurchasing/manifest.json index e6742d53a..f42d8efdd 100644 --- a/repo/js/ArtifactsGroupPurchasing/manifest.json +++ b/repo/js/ArtifactsGroupPurchasing/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "AAA狗粮联机团购", - "version": "1.10.0", + "version": "1.10.1", "tags": [ "狗粮" ],