更新个人资料编辑功能

- 新增主页背景图编辑
- 优化个人资料编辑页面布局
This commit is contained in:
2024-08-28 16:40:09 +08:00
parent 07b89fe3cc
commit 65e348e704
11 changed files with 232 additions and 103 deletions

View File

@@ -52,7 +52,9 @@ data class AccountProfileEntity(
// 国家
val country: String,
// 是否关注,针对当前登录用户
val isFollowing: Boolean
val isFollowing: Boolean,
// 主页背景图
val banner: String?,
)
/**