feat: support resources cache

This commit is contained in:
letheriver2007
2024-12-22 21:02:26 +08:00
committed by EggLink
parent f65c2933a5
commit 6484e28df8
20 changed files with 348 additions and 60 deletions

View File

@@ -91,6 +91,7 @@ public class ServerOption
{
return Math.Max(Math.Min(FarmingDropRate, 999), 1);
}
public bool UseCache { get; set; } = true;
}
public class ServerAnnounce