mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
feat(provider): 新增 keep_priority_on_conversion 字段,支持格式转换时保持调度优先级
This commit is contained in:
@@ -39,6 +39,7 @@ export async function updateProvider(
|
||||
description: string | null
|
||||
website: string
|
||||
provider_priority: number
|
||||
keep_priority_on_conversion: boolean
|
||||
billing_type: 'monthly_quota' | 'pay_as_you_go' | 'free_tier'
|
||||
monthly_quota_usd: number
|
||||
quota_reset_day: number
|
||||
|
||||
Reference in New Issue
Block a user