🐛 Serval bug fixes

This commit is contained in:
2025-07-25 02:00:20 +08:00
parent 7910696b27
commit f2f6b192d6
5 changed files with 13 additions and 12 deletions

View File

@@ -165,7 +165,7 @@ public class AccountEventService(
PurgeStatusCache(user.Id);
}
private const int FortuneTipCount = 7; // This will be the max index for each type (positive/negative)
private const int FortuneTipCount = 14; // This will be the max index for each type (positive/negative)
private const string CaptchaCacheKey = "CheckInCaptcha_";
private const int CaptchaProbabilityPercent = 20;