@ -8,6 +8,7 @@ interface EditorSectionProps {
initialContent?: string;
visible: boolean;
onChange?: (content: string) => void;
disabled?: boolean;
}
// 创建一个 Viewer 组件用于服务端渲染