feat(frontend): 补齐 Antigravity Claude 4.6 前端预设映射与显示

This commit is contained in:
cagedbird043
2026-02-26 14:27:51 +08:00
parent 2fd6ac319b
commit f955b04a6f
4 changed files with 15 additions and 5 deletions

View File

@@ -166,7 +166,8 @@ const activeModelRateLimits = computed(() => {
const formatScopeName = (scope: string): string => {
const aliases: Record<string, string> = {
// Claude 系列
'claude-opus-4-6-thinking': 'COpus46',
'claude-opus-4-6': 'COpus46',
'claude-opus-4-6-thinking': 'COpus46T',
'claude-sonnet-4-6': 'CSon46',
'claude-sonnet-4-5': 'CSon45',
'claude-sonnet-4-5-thinking': 'CSon45T',