From d6bbbe023ebea006b6639b35c7e377e8bd3643ce Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 6 May 2023 21:07:01 +0800 Subject: [PATCH] Update dwnc.js --- dwnc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwnc.js b/dwnc.js index dbabd02..737cef2 100644 --- a/dwnc.js +++ b/dwnc.js @@ -54,7 +54,7 @@ async function start() { //await wait(1); //延迟 } await Promise.all(taskall); - console.log('\n================== 执行未完成的任务 ==================\n'); + console.log('\n------------------ 执行任务 ------------------\n'); taskall = []; for (let user of userList) { await $.wait(3000) @@ -62,14 +62,14 @@ async function start() { //await wait(1); //延迟 } await Promise.all(taskall); - console.log('\n================== 浇水 ==================\n'); + console.log('\n------------------ 浇水 ------------------\n'); taskall = []; for (let user of userList) { await $.wait(3000) taskall.push(await user.user_info()); //await wait(1); //延迟 } - console.log('\n================== 领取完成任务奖励 ==================\n'); + console.log('\n------------------ 领取完成任务奖励 ------------------\n'); taskall = []; for (let user of userList) { await $.wait(3000)