From 43150b2d31e6968dada68a1eb13abfa898b1d9ec Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=89=E5=88=A9=E6=B1=BD=E8=BD=A6=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=8F=91=E5=B8=83=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jlqc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jlqc.js b/jlqc.js index 67ebaad..0268009 100644 --- a/jlqc.js +++ b/jlqc.js @@ -65,7 +65,7 @@ async function start() { } } await Promise.all(taskall);*/ - console.log('\n================== 发布文章 ==================\n'); + /*console.log('\n================== 发布文章 ==================\n'); taskall = []; for (let user of userList) { if (user.ckstatus) { @@ -74,7 +74,7 @@ async function start() { await $.wait(user.getRandomTime()); } } - await Promise.all(taskall); + await Promise.all(taskall);*/ /*console.log('\n================== 发布图文 ==================\n'); taskall = []; for (let user of userList) {