From d78f42d2fda854e479e94e3637db2468a7d0fe5e Mon Sep 17 00:00:00 2001 From: yangjianbo Date: Sun, 11 Jan 2026 16:02:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=B3=A8=E9=87=8A):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E7=9B=98=E6=B3=A8=E9=87=8A=E4=B8=BA=E4=B8=AD?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/internal/service/dashboard_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/service/dashboard_service.go b/backend/internal/service/dashboard_service.go index 40ab877d..d0e6e03c 100644 --- a/backend/internal/service/dashboard_service.go +++ b/backend/internal/service/dashboard_service.go @@ -34,7 +34,7 @@ type dashboardStatsCacheEntry struct { UpdatedAt int64 `json:"updated_at"` } -// DashboardService provides aggregated statistics for admin dashboard. +// DashboardService 提供管理员仪表盘统计服务。 type DashboardService struct { usageRepo UsageLogRepository aggRepo DashboardAggregationRepository