We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503e923 commit 9e06c62Copy full SHA for 9e06c62
1 file changed
library_task.js
@@ -269,6 +269,22 @@ class SmzdmTaskBot extends SmzdmBot {
269
id: article.article_id,
270
channelId: article.article_channel_id
271
});
272
+
273
+ await wait(3, 10);
274
275
+ await this.rating({
276
+ method: 'like_create',
277
+ id: article.article_id,
278
+ channelId: article.article_channel_id
279
+ });
280
281
282
283
284
+ method: 'like_cancel',
285
286
287
288
}
289
290
this.$env.log('领取奖励');
0 commit comments