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