Update library_task.js

This commit is contained in:
Hex
2025-06-17 15:29:57 +08:00
committed by GitHub
parent 503e923e48
commit 9e06c62307

View File

@@ -269,6 +269,22 @@ class SmzdmTaskBot extends SmzdmBot {
id: article.article_id, id: article.article_id,
channelId: article.article_channel_id channelId: article.article_channel_id
}); });
await wait(3, 10);
await this.rating({
method: 'like_create',
id: article.article_id,
channelId: article.article_channel_id
});
await wait(3, 10);
await this.rating({
method: 'like_cancel',
id: article.article_id,
channelId: article.article_channel_id
});
} }
this.$env.log('领取奖励'); this.$env.log('领取奖励');