mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-05 09:12:27 +08:00
fix: 调整仪表盘普通用户月度统计显示,添加月度费用字段
This commit is contained in:
@@ -87,6 +87,8 @@ export interface DashboardStatsResponse {
|
||||
cache_stats?: CacheStats
|
||||
users?: UserStats
|
||||
token_breakdown?: TokenBreakdown
|
||||
// 普通用户专用字段
|
||||
monthly_cost?: number
|
||||
}
|
||||
|
||||
export interface RecentRequestsResponse {
|
||||
|
||||
Reference in New Issue
Block a user