feat(provider): 新增 keep_priority_on_conversion 字段,支持格式转换时保持调度优先级

This commit is contained in:
fawney19
2026-03-05 15:28:03 +08:00
parent b1be413dc0
commit e86c8edd4b
4 changed files with 24 additions and 0 deletions

View File

@@ -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