fix: 调整仪表盘普通用户月度统计显示,添加月度费用字段

This commit is contained in:
fawney19
2025-12-29 18:28:37 +08:00
parent 7e26af5476
commit 96094cfde2
3 changed files with 45 additions and 17 deletions

View File

@@ -87,6 +87,8 @@ export interface DashboardStatsResponse {
cache_stats?: CacheStats
users?: UserStats
token_breakdown?: TokenBreakdown
// 普通用户专用字段
monthly_cost?: number
}
export interface RecentRequestsResponse {