fix: 修复dashboard页面用户名的显示bug

This commit is contained in:
shaw
2025-12-19 22:41:26 +08:00
parent 22414326cc
commit ef81aeb463
2 changed files with 10 additions and 2 deletions

View File

@@ -541,7 +541,7 @@ export interface ModelStat {
export interface UserUsageTrendPoint {
date: string;
user_id: number;
username: string;
email: string;
requests: number;
tokens: number;
cost: number; // 标准计费