This commit is contained in:
2025-10-24 20:22:11 +08:00
parent 9f130cb50f
commit 55f9c45c93

View File

@@ -183,7 +183,7 @@ func (s *SummaryService) Summary(c *gin.Context) (*HomepageSummary, error) {
Name: policy.Name,
Type: policy.Type,
Used: int64(usedSpace),
Total: policy.MaxSize, // 使用策略的最大空间限制
Total: int64(policy.MaxSize), // 确保类型一致
})
}
}