diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 822cd115..5531b65c 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -284,3 +284,13 @@ from { transform: rotate(0deg); } to { transform: rotate(360deg); } } + +@keyframes ring-spin { + from { transform: rotate(0deg); } + to { transform: rotate(360deg); } +} + +@keyframes orb-pulse { + 0%, 100% { transform: scale(1); opacity: 1; } + 50% { transform: scale(1.08); opacity: 0.85; } +} diff --git a/apps/web/src/components/layout/header.tsx b/apps/web/src/components/layout/header.tsx index c2cae9eb..0ec8a443 100644 --- a/apps/web/src/components/layout/header.tsx +++ b/apps/web/src/components/layout/header.tsx @@ -82,11 +82,60 @@ export function Header({ )} style={{ zIndex: Z_INDEX.HEADER }} > - {/* Left: Page Title / Breadcrumb */} -
-

- {tDashboard('title')} -

+ {/* 左側 Logo */} +
+ {/* NemoClaw Logo SVG (34×34,viewBox 0 0 140 140,深色底) */} +
+ + + + + + + + + + + + + {/* 5 主臂(白瓷 ceramic3d)*/} + + + + + + {/* 爪尖 */} + + + + + + {/* 旋轉虛線軌道 */} + + {/* LED 核心脈動 */} + + + +
+
+
+ AWOOOI +
+
+ {tDashboard('title')} · AI OPERATIONS +
+
{/* Right: Status + Locale + User */}