降低pixiv刷新次数

This commit is contained in:
2025-02-28 19:56:49 +08:00
parent 1fa5e0c037
commit 41767d1195
2 changed files with 11 additions and 7 deletions

View File

@@ -57,6 +57,10 @@ namespace MegghysAPI.Modules
.ExecuteAffrows();
Logs.Success($"[{Favorites.Count}] 发现新增收藏: {Favorites.Last().Title}, 类型: {Favorites.Last().Restrict}");
}
else
{
return; // 不存在更新的了
}
});
var next = (string)json["next_url"];
if (next is null)