KingRan 2022-03-11 18:08:51 +08:00
parent 4b8a464143
commit a743069e02
1 changed files with 1 additions and 1 deletions

View File

@ -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))