feat: 号池调度默认选择缓存亲和,默认开启额度刷新优先

This commit is contained in:
fawney19
2026-03-09 14:07:20 +08:00
parent e106a65c1d
commit 9516619b92
2 changed files with 5 additions and 3 deletions

View File

@@ -324,7 +324,7 @@ const FALLBACK_PRESET_DEFS: PoolPresetMeta[] = [
},
]
const DEFAULT_ENABLED_PRESETS = new Set(['cache_affinity', 'quota_balanced'])
const DEFAULT_ENABLED_PRESETS = new Set(['cache_affinity', 'recent_refresh'])
const { success, error: showError } = useToast()
const loading = ref(false)