mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-18 15:54:44 +08:00
Update kfh.js
This commit is contained in:
@@ -135,11 +135,14 @@ class Task {
|
|||||||
for (let i in userList) {
|
for (let i in userList) {
|
||||||
if (userList[i].ckStatus) {
|
if (userList[i].ckStatus) {
|
||||||
let sharCode = shareList[Number(i) + 1]
|
let sharCode = shareList[Number(i) + 1]
|
||||||
|
|
||||||
if (sharCode !== undefined) {
|
if (sharCode !== undefined) {
|
||||||
|
console.log(userList[i].ck + "=>" + sharCode)
|
||||||
taskall.push(await userList[i].help(sharCode));
|
taskall.push(await userList[i].help(sharCode));
|
||||||
} else {
|
} else {
|
||||||
if (userList.length > 1) {
|
if (userList.length > 1) {
|
||||||
userList[i].help(await shareList[0])
|
console.log(userList[i].ck + "=>" + shareList[0])
|
||||||
|
taskall.push(await userList[i].help(shareList[0]));
|
||||||
} else {
|
} else {
|
||||||
$.log(`账号数目为1 不执行内部助力`)
|
$.log(`账号数目为1 不执行内部助力`)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user