mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-19 00:04:59 +08:00
Update hfzj.js
This commit is contained in:
8
hfzj.js
8
hfzj.js
@@ -206,13 +206,13 @@ class UserInfo {
|
|||||||
if ('posts' in result.data.list[i]) {
|
if ('posts' in result.data.list[i]) {
|
||||||
artId = result.data.list[i].posts[0].threadBasic.id
|
artId = result.data.list[i].posts[0].threadBasic.id
|
||||||
value = result.data.list[i].posts[0].threadBasic.author.beanId
|
value = result.data.list[i].posts[0].threadBasic.author.beanId
|
||||||
await $.wait(5000)
|
//await $.wait(5000)
|
||||||
await this.task_like(artId, value)
|
//await this.task_like(artId, value)
|
||||||
} else {
|
} else {
|
||||||
artId = result.data.list[i].threadBasic.id
|
artId = result.data.list[i].threadBasic.id
|
||||||
value = result.data.list[i].threadBasic.author.userBasic.beanId
|
value = result.data.list[i].threadBasic.author.userBasic.beanId
|
||||||
await $.wait(5000)
|
//await $.wait(5000)
|
||||||
await this.task_like(artId, value)
|
//await this.task_like(artId, value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user