diff --git a/src/renderer/components/Editor/Editor.tsx b/src/renderer/components/Editor/Editor.tsx index fd76b1e..6865cbc 100644 --- a/src/renderer/components/Editor/Editor.tsx +++ b/src/renderer/components/Editor/Editor.tsx @@ -120,8 +120,8 @@ export const Editor = React.memo(function Editor({ themeMode, onAppSave }: Edito plugins: EDITOR_PLUGINS, // v0.5.0: 启用 0.4.0 浮动格式工具栏(选中文本弹出格式化按钮) floatingToolbar: true, - // v0.6.1: 专注模式宽度使用 0.4.1 官方 API — 100% 全宽(默认 960px 偏窄) - zenMaxWidth: '100%', + // v0.6.1: 专注模式宽度使用 0.4.1 官方 API(数字为 px) + zenMaxWidth: 1200, // v0.2.4 新增配置项 syncScroll: true, wordWrap: true,