!fixup: sif: Make some user/ui preferences configurable

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2024-02-01 15:57:52 +08:00
parent 9603234e29
commit 66459e7a64
3 changed files with 39 additions and 38 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ type PlayScoreRes struct {
Off Off `json:"off"`
RankInfo []RankInfo `json:"rank_info"`
CanActivateEffect bool `json:"can_activate_effect"`
ServerTimestamp int `json:"server_timestamp"`
ServerTimestamp int64 `json:"server_timestamp"`
}
// PlayScoreResp ...
@@ -617,7 +617,7 @@ type RewardRes struct {
AddedAchievementList []any `json:"added_achievement_list"`
MuseumInfo Museum `json:"museum_info"`
UnitSupportList []RewardUnitSupportList `json:"unit_support_list"`
ServerTimestamp int `json:"server_timestamp"`
ServerTimestamp int64 `json:"server_timestamp"`
PresentCnt int `json:"present_cnt"`
}