feat(ui): 編輯個人檔案對話框

This commit is contained in:
CrescentLeaf
2025-09-21 02:11:47 +08:00
parent 2ec4f634ae
commit 468de4f439
4 changed files with 68 additions and 38 deletions

View File

@@ -3,9 +3,8 @@ export type CallMethod =
"User.register" |
"User.login" |
"User.setNickName" |
"User.setUserName" |
"User.setAvatar" |
"User.updateProfile" |
"User.getMyInfo" |
"User.getMyContacts" |