// ============================================================ // RightPanel — 右列容器(输出预览) // ============================================================ import { theme as antTheme } from 'antd'; import { OutputPreview } from './OutputPreview'; export function RightPanel() { const { token } = antTheme.useToken(); return (