广汽传祺:缩短延迟

This commit is contained in:
smallfawn
2023-11-24 21:04:01 +08:00
committed by GitHub
parent cf2ba62bf9
commit bb68f3a548

View File

@@ -139,8 +139,8 @@ class UserInfo {
console.log(`已设置发帖功能`); console.log(`已设置发帖功能`);
if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1) { if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1) {
await this._post(this.titleList[0], this.contentList[0])//可能需要图片 await this._post(this.titleList[0], this.contentList[0])//可能需要图片
console.log(`等待30s`) console.log(`等待15s`)
await $.wait(30000) await $.wait(15000)
await this._postlist() await this._postlist()
for (let postId of this.postList) { for (let postId of this.postList) {
await this._delete(postId) await this._delete(postId)