mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-18 09:46:54 +08:00
Update main.js (#2567)
This commit is contained in:
@@ -919,7 +919,7 @@ let checkInterval = +settings.checkInterval || 50;
|
|||||||
let loopattempts = 0;
|
let loopattempts = 0;
|
||||||
// ==================== 路径组循环 ====================
|
// ==================== 路径组循环 ====================
|
||||||
while (loopattempts < 2) {
|
while (loopattempts < 2) {
|
||||||
loopattempt++;
|
loopattempts++;
|
||||||
if (await isTimeRestricted(settings.timeRule, 10)) break;
|
if (await isTimeRestricted(settings.timeRule, 10)) break;
|
||||||
for (let i = 1; i <= groupCount; i++) {
|
for (let i = 1; i <= groupCount; i++) {
|
||||||
if (await isTimeRestricted(settings.timeRule, 10)) break;
|
if (await isTimeRestricted(settings.timeRule, 10)) break;
|
||||||
|
|||||||
Reference in New Issue
Block a user