From a981d9fd086ee13d2ce0cb11b4cd04f815cb6a7b Mon Sep 17 00:00:00 2001 From: thzxx Date: Sun, 9 Aug 2026 20:39:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=93=E6=B3=A8=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E8=B0=83=E6=95=B4=E4=B8=BA=201200px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/Editor/Editor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,