We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635e14c commit 905241fCopy full SHA for 905241f
1 file changed
RUNSTEP/runstep.js
@@ -79,8 +79,8 @@ if ($.isNode()) {
79
await $.wait(4000)
80
console.log(`👥 本次执行共${runsteptokenArr.length}个账号`)
81
for(let i = 0; i < runsteptokenArr.length; i++){
82
- runsteptokenVal = runsteptokenArr[0];
83
- runstepkeyVal = runstepkeyArr[0];
+ runsteptokenVal = runsteptokenArr[i];
+ runstepkeyVal = runstepkeyArr[i];
84
console.log(`\n💗💕 开始执行【${$.name+(i+1)}】脚本任务 💕💗\n`)
85
await $.wait(3000)
86
await runstepapp();
0 commit comments