perf: 添加用户资料编辑功能

- 新增用户资料编辑对话框组件
- 添加后端更新用户资料接口
- 在用户信息页面添加编辑按钮
- 新增中英文翻译字段
- 实现头像上传和昵称修改功能
This commit is contained in:
xiaojunnuo
2025-07-01 16:30:07 +08:00
parent c1bccb970f
commit 7c0f43c8a3
9 changed files with 161 additions and 4 deletions
@@ -81,4 +81,5 @@ export default {
nickName: "Nickname",
phoneNumber: "Phone Number",
changePassword: "Change Password",
updateProfile: "Update Profile",
};
@@ -19,4 +19,5 @@ export default {
create: "Create",
yes: "Yes",
no: "No",
handle: "Handle",
};
@@ -82,4 +82,5 @@ export default {
nickName: "昵称",
phoneNumber: "手机号",
changePassword: "修改密码",
updateProfile: "修改个人信息",
};
@@ -19,4 +19,5 @@ export default {
create: "新增",
yes: "是",
no: "否",
handle: "操作",
};