diff --git a/src/components/EditorSection/index.tsx b/src/components/EditorSection/index.tsx index 9b9b35d..4c95354 100644 --- a/src/components/EditorSection/index.tsx +++ b/src/components/EditorSection/index.tsx @@ -8,6 +8,7 @@ interface EditorSectionProps { initialContent?: string; visible: boolean; onChange?: (content: string) => void; + disabled?: boolean; } // 创建一个 Viewer 组件用于服务端渲染