👔 Update check in result caluclate expr

This commit is contained in:
2025-03-09 01:30:30 +08:00
parent 1ed9816b12
commit 0f9bde2533
2 changed files with 26 additions and 9 deletions

View File

@ -8,6 +8,7 @@ type CheckInRecord struct {
ResultTier int `json:"result_tier"`
ResultExperience int `json:"result_experience"`
ResultCoin float64 `json:"result_coin"`
CurrentStreak int `json:"current_streak"`
// The result modifiers are some random tips that will show up in the client;
// This field is to use to make sure the tips will be the same when the client is reloaded.