chore(UI): ux model settings (#64)

This commit is contained in:
Haze
2026-02-12 13:28:20 +08:00
committed by GitHub
Unverified
parent 8ade06d7b8
commit 300a219f95
3 changed files with 25 additions and 27 deletions

View File

@@ -102,6 +102,7 @@ const defaultSkills: DefaultSkill[] = [
];
import { SETUP_PROVIDERS, type ProviderTypeInfo, getProviderIconUrl, shouldInvertInDark } from '@/lib/providers';
import clawxIcon from '@/assets/logo.svg';
// Use the shared provider registry for setup providers
const providers = SETUP_PROVIDERS;
@@ -314,7 +315,9 @@ function WelcomeContent() {
return (
<div className="text-center space-y-4">
<div className="text-6xl mb-4">🤖</div>
<div className="mb-4 flex justify-center">
<img src={clawxIcon} alt="ClawX" className="h-16 w-16" />
</div>
<h2 className="text-xl font-semibold">{t('welcome.title')}</h2>
<p className="text-muted-foreground">
{t('welcome.description')}