mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
广汽传祺:修复评论
This commit is contained in:
@@ -125,7 +125,7 @@ class UserInfo {
|
||||
await this._signIn()
|
||||
}
|
||||
await this._taskList()
|
||||
if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1 || this.sharenNotFinishedNum !== 0 && this.sharenNotFinishedNum >= 1) {
|
||||
if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1 || this.commentNotFinishedNum !== 0 && this.commentNotFinishedNum >= 1) {
|
||||
if (process.env["gacmotorPost"] == "true" || process.env["gacmotorComment"] == "true") {
|
||||
console.log(`正在远程获取15条随机评论~请等待15-20秒`)
|
||||
await this._getText()
|
||||
|
||||
Reference in New Issue
Block a user