悦野圈:删除评论

This commit is contained in:
smallfawn
2023-08-12 10:35:28 +08:00
committed by GitHub
parent e09c16f689
commit 8ff5f86e15

4
yyq.js
View File

@@ -71,7 +71,7 @@ async function start() {
}
await Promise.all(taskall);
console.log('\n================== 评论 ==================\n');
/*console.log('\n================== 评论 ==================\n');
taskall = [];
for (let user of userList) {
if (user.ckStatus) {
@@ -82,7 +82,7 @@ async function start() {
}
}
}
await Promise.all(taskall);
await Promise.all(taskall);*/
console.log('\n================== 分享 ==================\n');
taskall = [];
for (let user of userList) {