mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
jd_joy_run.js
This commit is contained in:
parent
b862aa49b8
commit
1da1af686c
@ -124,7 +124,7 @@ async function getToken() {
|
||||
count ++;
|
||||
console.log(`count: ${count}`)
|
||||
$.setdata(`${count}`, 'countFlag');
|
||||
if ($.getdata('countFlag') * 1 === 3) {
|
||||
if ($.getdata('countFlag') * 1 === 2) {
|
||||
count = 0;
|
||||
$.setdata(`${count}`, 'countFlag');
|
||||
$.msg($.name, '更新Token: 成功🎉', ``);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user