优化页面,国际化细节内容

This commit is contained in:
2025-08-09 04:18:12 +08:00
parent f5e326bde7
commit f682dd7a5b
17 changed files with 223 additions and 98 deletions

View File

@@ -361,7 +361,7 @@ export const AgentsModal: React.FC<AgentsModalProps> = ({ open, onOpenChange })
<div className="flex items-center gap-4 mt-2 text-xs text-muted-foreground">
<span>Started: {formatISOTimestamp(run.created_at)}</span>
<Badge variant="outline" className="text-xs">
{run.model === 'opus' ? 'Claude 4 Opus' : 'Claude 4 Sonnet'}
{run.model === 'opus' ? 'Claude 4.1 Opus' : 'Claude 4 Sonnet'}
</Badge>
</div>
</div>