feat(frontend): 增强用户界面和使用教程
主要改进: - 扩展 UseKeyModal 支持 Antigravity/Gemini 平台教程 - 添加 CCS (Claude Code Settings) 导入说明 - 添加混合渠道风险警告提示 - 优化登录/注册页面样式 - 更新 Antigravity 混合调度选项文案 - 完善中英文国际化文案
This commit is contained in:
@@ -8,7 +8,7 @@ import type {
|
||||
DashboardStats,
|
||||
TrendDataPoint,
|
||||
ModelStat,
|
||||
APIKeyUsageTrendPoint,
|
||||
ApiKeyUsageTrendPoint,
|
||||
UserUsageTrendPoint
|
||||
} from '@/types'
|
||||
|
||||
@@ -93,7 +93,7 @@ export interface ApiKeyTrendParams extends TrendParams {
|
||||
}
|
||||
|
||||
export interface ApiKeyTrendResponse {
|
||||
trend: APIKeyUsageTrendPoint[]
|
||||
trend: ApiKeyUsageTrendPoint[]
|
||||
start_date: string
|
||||
end_date: string
|
||||
granularity: string
|
||||
|
||||
Reference in New Issue
Block a user