{{define "profile/view"}} {{template "base/head" .}} {{template "base/navbar" .}}

个人中心

{{template "base/alert" .}}

查看公开主页 · 我的收藏

积分钱包

当前余额 {{.Points}} 积分

每日签到

{{if .CheckIn.CheckedIn}}

今日已签到 · 连续 {{.CheckIn.Streak}} 天 · 获得 {{.CheckIn.TodayPoints}} 积分

{{else}}

连续将至 {{.CheckIn.Streak}} 天 · 预计可得 {{.CheckIn.TodayPoints}} 积分(基础 5,连签 +1,封顶 15)

{{end}}

每日抽奖

{{if .Lottery.Drawn}}

今日已抽 · 结果 {{.Lottery.Points}} 积分

{{else}}

每日一次 · 成本 {{.Lottery.Cost}} · 奖池 0/2/5/10/20

{{end}}

最近流水

{{if .Ledger}} {{range .Ledger}} {{end}}
时间事由变动余额
{{.CreatedAt}} {{.ReasonLabel}}{{if .Note}} {{.Note}}{{end}} {{if gt .Delta 0}}+{{end}}{{.Delta}} {{.Balance}}
{{else}}

暂无积分流水

{{end}}

账号

用户名 {{.Username}}

邮箱 {{.Email}}

等级 Lv.{{.Level}} · 经验 {{.Exp}}

{{if .Avatar}}

头像

{{end}}

头像

昵称

签名

修改密码

{{template "base/footer" .}} {{end}}