Current status includes: - Virtual monitor surface and components - Monitor store for state management - Tool call animations and transitions - Liquid glass shader integration Known issue to fix: Tool status display timing - "正在xx" appears after tool execution completes instead of when tool call starts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
'use client'
|
|
|
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio'
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root
|
|
|
|
export { AspectRatio }
|