mirror of https://github.com/KingRan/KR.git
parent
4b8a464143
commit
a743069e02
|
@ -12,7 +12,7 @@ const $ = new Env('M京东签到')
|
||||||
$.logic = async function () {
|
$.logic = async function () {
|
||||||
await signBeanIndex()
|
await signBeanIndex()
|
||||||
await $.wait(3000, 5000)
|
await $.wait(3000, 5000)
|
||||||
//await cgame();
|
await cgame();
|
||||||
}
|
}
|
||||||
$.run({filename: __filename, wait: [1000, 2000], random: true})
|
$.run({filename: __filename, wait: [1000, 2000], random: true})
|
||||||
.catch(reason => console.log(reason))
|
.catch(reason => console.log(reason))
|
||||||
|
|
Loading…
Reference in New Issue