feat: 只通过是否点赞判断时点赞

This commit is contained in:
shanmite 2021-12-12 16:02:01 +08:00
parent 76f715248d
commit 5a23043466

View File

@ -536,7 +536,7 @@ class Monitor extends Searcher {
} }
/* 点赞 */ /* 点赞 */
if (!check_if_duplicated || check_if_duplicated === 2) { if (!check_if_duplicated) {
status = await retryfn( status = await retryfn(
5, 5,
[1, 2, 3], [1, 2, 3],