{{template "widgets/header.html" .}}
{{if eq .Tab "all"}}
阅读时长榜 更多>>
连续签到榜 更多>>
本月签到榜 更多>>
热门收藏榜 更多>>
人气热读榜 更多>>
热门点评榜 {{/* 更多>>*/}}
{{end}} {{if eq .Tab "reading"}}
{{if .TodayReading}}
今日阅读
{{end}} {{if .WeekReading}}
本周阅读
{{end}} {{if .MonthReading}}
本月阅读
{{end}} {{if .LastWeekReading}}
上周阅读
{{end}} {{if .LastMonthReading}}
上月阅读
{{end}} {{if .AllReading}}
总阅读
{{end}}
{{end}} {{if eq .Tab "sign"}}
累计签到榜
连续签到榜
历史最高连签榜
本月累计签到
上月累计签到
{{end}} {{if eq .Tab "popular"}}
{{if .Today}}
今日人气
{{end}} {{if .Week}}
本周人气
{{end}} {{if .Month}}
本月人气
{{end}} {{if .LastWeek}}
上周人气
{{end}} {{if .LastMonth}}
上月人气
{{end}} {{if .All}}
总人气
{{end}}
{{end}} {{if eq .Tab "star"}}
{{if .Today}}
今日收藏
{{end}} {{if .Week}}
本周收藏
{{end}} {{if .Month}}
本月收藏
{{end}} {{if .LastWeek}}
上周收藏
{{end}} {{if .LastMonth}}
上月收藏
{{end}} {{if .All}}
总收藏
{{end}}
{{end}}
{{template "widgets/footer.html" .}}