🆕 新增水群年度排行榜

This commit is contained in:
李寻欢
2024-01-01 00:57:52 +08:00
parent 6d127d1492
commit 0db8e6bf95
5 changed files with 106 additions and 2 deletions

View File

@@ -28,4 +28,5 @@ type waterGroupCron struct {
Yesterday string `json:"yesterday" yaml:"yesterday"` // 昨日排行榜
Week string `json:"week" yaml:"week"` // 周排行榜
Month string `json:"month" yaml:"month"` // 月排行榜
Year string `json:"year" yaml:"year"` // 年排行榜
}