style: 专注模式宽度调整为 1200px
This commit is contained in:
@@ -120,8 +120,8 @@ export const Editor = React.memo(function Editor({ themeMode, onAppSave }: Edito
|
|||||||
plugins: EDITOR_PLUGINS,
|
plugins: EDITOR_PLUGINS,
|
||||||
// v0.5.0: 启用 0.4.0 浮动格式工具栏(选中文本弹出格式化按钮)
|
// v0.5.0: 启用 0.4.0 浮动格式工具栏(选中文本弹出格式化按钮)
|
||||||
floatingToolbar: true,
|
floatingToolbar: true,
|
||||||
// v0.6.1: 专注模式宽度使用 0.4.1 官方 API — 100% 全宽(默认 960px 偏窄)
|
// v0.6.1: 专注模式宽度使用 0.4.1 官方 API(数字为 px)
|
||||||
zenMaxWidth: '100%',
|
zenMaxWidth: 1200,
|
||||||
// v0.2.4 新增配置项
|
// v0.2.4 新增配置项
|
||||||
syncScroll: true,
|
syncScroll: true,
|
||||||
wordWrap: true,
|
wordWrap: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user