{{template "layout/header.html" .}} {{template "layout/nav.html" .}}
{{if eq .ActiveTab "profile"}}

个人资料

你的公开信息和基本资料

{{if .PendingTypes}}
{{range $i, $t := .PendingTypes}}{{if $i}}、{{end}}{{index $.AuditTypes $t}}{{end}}审核中
{{end}}
用户名
头像
{{if .User.Avatar}} avatar {{else}}
{{end}} 点击更换
个性签名
角色 {{.RoleName}}
{{else if eq .ActiveTab "sessions"}}

登录管理

查看和管理你的登录设备,保护账号安全

{{range .Sessions}}
{{if eq .DeviceInfo.Device "Mobile"}} {{else if eq .DeviceInfo.Device "Tablet"}} {{else}} {{end}}
{{.DeviceInfo.Browser}} / {{.DeviceInfo.OS}} {{if .IsCurrent}}当前设备{{end}} {{if not .RememberMe}}临时会话{{end}}
IP: {{.IP}} 登录于 {{.CreatedAt.Format "2006-01-02 15:04"}} 最后活动 {{.LastAccess.Format "2006-01-02 15:04"}} {{if not .IsCurrent}}剩余约 {{formatTTL .TTLMinutes}}{{end}}
{{if not .IsCurrent}} {{end}}
{{end}} {{if not .Sessions}}
暂无活跃的登录会话
{{end}}
{{else if eq .ActiveTab "energy"}}

我的域能

域能余额和经验

域能余额 加载中...
经验 加载中...
等级 加载中...
加载中...
{{else}}

账号信息

账号安全和基本状态

用户 ID {{.User.ID}}
邮箱 {{.User.Email}}
账号状态 {{.StatusName}}
注册时间 {{.User.CreatedAt.Format "2006-01-02 15:04:05"}}
{{if .User.LastLoginAt}}
上次登录 {{.User.LastLoginAt.Format "2006-01-02 15:04:05"}}
{{end}}
最后更新 {{.User.UpdatedAt.Format "2006-01-02 15:04:05"}}

修改密码

修改密码后需重新登录

注销账号

账号将在 7 天后正式注销,期间可随时重新登录撤销注销

{{end}}
{{template "layout/footer.html" .}}
调整裁切范围