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 */}