mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
fix: correct API key expiry and dashboard savings (#361)
This commit is contained in:
@@ -161,8 +161,8 @@ export interface ApiKey {
|
||||
key_display: string
|
||||
is_active: boolean
|
||||
is_locked: boolean // 管理员锁定标志
|
||||
last_used_at?: string
|
||||
created_at: string
|
||||
last_used_at?: string | null
|
||||
created_at?: string | null
|
||||
total_requests?: number
|
||||
total_cost_usd?: number
|
||||
rate_limit?: number | null
|
||||
|
||||
Reference in New Issue
Block a user