feat: 添加用户信息组件,更新用户页面以显示用户头像和邮箱

This commit is contained in:
2025-12-12 16:52:41 +07:00
parent 2d82ef6e35
commit e7356e75ec
7 changed files with 91 additions and 8 deletions

View File

@@ -25,6 +25,7 @@
"@vueuse/core": "^14.1.0",
"better-auth": "^1.4.6",
"ionicons": "^8.0.13",
"lodash-es": "^4.17.21",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
@@ -34,6 +35,7 @@
"@iconify-json/ic": "^1.2.4",
"@iconify-json/material-icon-theme": "^1.2.44",
"@iconify/vue": "^5.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.2",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.2",