From bb68f3a548876b2b9f4d92bda91c387c54a34aa7 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA=EF=BC=9A?= =?UTF-8?q?=E7=BC=A9=E7=9F=AD=E5=BB=B6=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gacmotor.js b/gacmotor.js index e58ef99..bdcb78b 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -139,8 +139,8 @@ class UserInfo { console.log(`已设置发帖功能`); if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1) { await this._post(this.titleList[0], this.contentList[0])//可能需要图片 - console.log(`等待30s`) - await $.wait(30000) + console.log(`等待15s`) + await $.wait(15000) await this._postlist() for (let postId of this.postList) { await this._delete(postId)