mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 05:20:43 +08:00
广汽传祺:缩短延迟
This commit is contained in:
parent
cf2ba62bf9
commit
bb68f3a548
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user