From 514f2b5f100295231edf34559c6ba25be8380c87 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Mon, 22 Jun 2026 23:28:05 +0000 Subject: [PATCH] Deploy Inicial do SteelCheck com Docker Build Automatizado --- components/Header.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 4bb2ec3..7be53bf 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -17,14 +17,20 @@ export const Header: React.FC = ({ onReset, onClearKey, hasKey, pro gemini: 'from-blue-500 to-indigo-600', openai: 'from-green-500 to-emerald-600', anthropic: 'from-orange-500 to-amber-600', - azure: 'from-blue-600 to-cyan-600' + azure: 'from-blue-600 to-cyan-600', + openrouter: 'from-purple-500 to-fuchsia-600', + minimax: 'from-red-500 to-rose-600', + ollama: 'from-slate-500 to-gray-600' }; const providerNames: Record = { gemini: 'Gemini', openai: 'OpenAI', anthropic: 'Claude', - azure: 'Azure' + azure: 'Azure', + openrouter: 'OpenRouter', + minimax: 'MiniMax', + ollama: 'Ollama' }; return ( @@ -36,10 +42,11 @@ export const Header: React.FC = ({ onReset, onClearKey, hasKey, pro SteelCheck Logo -
+

SteelCheck

+ v1.2 (Compact)