更新个人资料编辑功能

- 新增主页背景图编辑
- 优化个人资料编辑页面布局
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

@@ -169,7 +169,9 @@ interface RiderProAPI {
@PATCH("account/my/profile")
suspend fun updateProfile(
@Part avatar: MultipartBody.Part?,
@Part banner: MultipartBody.Part?,
@Part("nickname") nickname: RequestBody?,
@Part("bio") bio: RequestBody?,
): Response<Unit>
@POST("account/my/password")