mirror of
https://github.com/Megghy/MegghysAPI.git
synced 2025-12-06 14:16:56 +08:00
降低pixiv刷新次数
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user