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