Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
李寻欢
2024-01-09 10:48:30 +08:00
5 changed files with 105 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"` // 年排行榜
}