diff --git a/repo/js/DoubleFriendshipEncounterPoints/main.js b/repo/js/DoubleFriendshipEncounterPoints/main.js index 7433a8677..b1af08205 100644 --- a/repo/js/DoubleFriendshipEncounterPoints/main.js +++ b/repo/js/DoubleFriendshipEncounterPoints/main.js @@ -447,7 +447,7 @@ const removedCharacters4 = typeof (settings.removedCharacters4) === 'undefined' } else { log.warn("出现异常情况或超时,请检查"); } - await sleep(2000); + await sleep(3000); } } } @@ -548,4 +548,4 @@ const removedCharacters4 = typeof (settings.removedCharacters4) === 'undefined' await sleep(1000); } } -})(); \ No newline at end of file +})();