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": [ "狗粮" ],