个人资料
管理您的个人信息和账户设置
{{ user?.username }}
{{ user?.full_name || '未设置真实姓名' }}
管理员
会员
普通用户
基本信息
{{ user?.email || '未设置邮箱' }}
{{ user?.phone || '未设置手机号' }}
{{ user?.gender === 'male' ? '男' : user?.gender === 'female' ? '女' : user?.gender === 'other' ? '其他' : '未设置性别' }}
{{ user?.address || '未设置地址' }}
{{ user.bio }}
账户信息
余额
{{ userBalance?.coin_balance || 0 }} 币
会员状态
{{ formatDate(userMembership.end_date) }} 到期
注册时间
{{ formatDate(user?.created_at) }}
使用统计
{{ userStats?.total_projects || 0 }}
创建项目
{{ userStats?.shared_projects || 0 }}
分享项目
{{ userStats?.total_likes || 0 }}
获得点赞
{{ userStats?.total_downloads || 0 }}
项目下载
通知中心 {{ unreadCount }}
{{ notification.title }}
{{ notification.content }}
{{ notification.related_user.username }}
{{ notification.shared_project.title }}
{{ formatDate(notification.created_at) }}
{{ unreadOnly ? '暂无未读通知' : '暂无通知' }}
第 {{ notificationPage }} 页,共 {{ notificationPages }} 页