mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
fix: 将 UsageRecord.provider 字段改为可选类型
配合 PR #121 后端移除普通用户 API 中的 provider 字段
This commit is contained in:
@@ -66,7 +66,7 @@ export interface UsageRecord {
|
||||
name: string | null
|
||||
display: string | null
|
||||
} | null
|
||||
provider: string
|
||||
provider?: string // 仅管理员可见
|
||||
api_key_name?: string
|
||||
rate_multiplier?: number
|
||||
model: string
|
||||
|
||||
Reference in New Issue
Block a user