feat(ui): center title and balance header layout
Unify title to "CC Switch" to prevent text length jumping during app switching. Reorganize header as three-column grid with centered title.
This commit is contained in:
@@ -181,7 +181,7 @@ function App() {
|
||||
return (
|
||||
<div className="app">
|
||||
<header className="app-header">
|
||||
<h1>{activeApp === "claude" ? "Claude Code" : "Codex"} 供应商切换器</h1>
|
||||
<h1>CC Switch</h1>
|
||||
<div className="app-tabs">
|
||||
<AppSwitcher
|
||||
activeApp={activeApp}
|
||||
|
||||
Reference in New Issue
Block a user