From beb6a227db52a7cdb84b05f851aabbce0affe987 Mon Sep 17 00:00:00 2001 From: OG T Date: Wed, 1 Apr 2026 20:05:18 +0800 Subject: [PATCH] feat(ai): replace dragon arm SVG with NemoNodeAnimation in OpenClawPanel Co-Authored-By: Claude Sonnet 4.6 --- apps/web/src/components/ai/openclaw-panel.tsx | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/apps/web/src/components/ai/openclaw-panel.tsx b/apps/web/src/components/ai/openclaw-panel.tsx index b84dba51..cfb6a451 100644 --- a/apps/web/src/components/ai/openclaw-panel.tsx +++ b/apps/web/src/components/ai/openclaw-panel.tsx @@ -17,6 +17,7 @@ import { useState, useEffect } from 'react' import { useTranslations } from 'next-intl' import { cn } from '@/lib/utils' import { Sparkles } from 'lucide-react' +import { NemoNodeAnimation } from './nemo-node-animation' // ============================================================================= // Types @@ -373,17 +374,28 @@ export function OpenClawPanel({ )} - {/* NemoClaw 3D Ceramic Visualization */} -
- + {/* NemoClaw 截圖風格動畫 */} +
+ - {/* Sparkle effects when active */} - {isActive && ( - <> - - - - )} + {/* 右側文字 */} +
+
+ NemoClaw +
+
+ {STATUS_MESSAGES[status]} +
+ + OpenClaw Pipeline + +
{/* Status Display - VT323 Dot Matrix Font */}