Update dwnc.js

This commit is contained in:
smallfawn
2023-06-27 17:07:18 +08:00
committed by GitHub
parent cb1e25d8ee
commit 649bed18a7

View File

@@ -51,8 +51,8 @@ async function start() {
} }
} }
await Promise.all(taskall); await Promise.all(taskall);
console.log(shareCodeArr[0]);
shareCodeArr[0] = getMiddleValue('œ', 'œ', shareCodeArr[0]) shareCodeArr[0] = getMiddleValue('œ', 'œ', shareCodeArr[0])
console.log(shareCodeArr[0]);
console.log('\n================== 奖励 ==================\n'); console.log('\n================== 奖励 ==================\n');
taskall = []; taskall = [];
for (let user of userList) { for (let user of userList) {