From 8ff5f86e15b7b969bd2d72525bb31db5a1ef7860 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A6=E9=87=8E=E5=9C=88=EF=BC=9A=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yyq.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yyq.js b/yyq.js index c8a9e66..1e2c39d 100644 --- a/yyq.js +++ b/yyq.js @@ -71,7 +71,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) { @@ -82,7 +82,7 @@ async function start() { } } } - await Promise.all(taskall); + await Promise.all(taskall);*/ console.log('\n================== 分享 ==================\n'); taskall = []; for (let user of userList) {