chore: show img_calls num for user profile page

This commit is contained in:
RockYang
2023-08-17 07:09:53 +08:00
parent b84039b506
commit 36c5dd7eaa
3 changed files with 9 additions and 4 deletions

View File

@@ -222,6 +222,7 @@ type userProfile struct {
Avatar string `json:"avatar"`
ChatConfig types.ChatConfig `json:"chat_config"`
Calls int `json:"calls"`
ImgCalls int `json:"img_calls"`
Tokens int64 `json:"tokens"`
}