Skip to content

Commit 189510a

Browse files
author
ziye66666
authored
Update flw.js
1 parent 73e8c5b commit 189510a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Task/flw.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ if (isGetCookie) {
361361
} else {
362362
!(async () => {
363363
await all();
364+
await $.wait(500);
364365
await msgShow();
365366
})()
366367
.catch((e) => {
@@ -421,7 +422,7 @@ async function all() {
421422
if (flwydbodyVal == '') {
422423
ydBODY.length = 0
423424
tt = 0
424-
} else tt = ydBODY.length * 1 - 0.9
425+
} else tt = ydBODY.length * 1 - 0.5
425426

426427

427428

@@ -1011,7 +1012,7 @@ function read(timeout = 0) {
10111012
$.message += `【刷阅读】:共领取${ins}次阅读奖励,共${inss}阅读币\n`
10121013
}
10131014

1014-
}, ydBODY.length * 1000-500)
1015+
}, ydBODY.length * 1000-700)
10151016
}, timeout)
10161017
})
10171018
}

0 commit comments

Comments
 (0)