mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 14:42:48 +08:00
fix(typesetting): saveConfig() 添加 tableFontScale 字段持久化
F3审查发现saveConfig()函数构建的config payload缺少tableFontScale字段, 导致仅保存配置时表格字号不会持久化到后端。添加该字段修复此问题。
This commit is contained in:
@@ -1429,6 +1429,7 @@ var PhoneImageEngine = (function () {
|
||||
size: saveConfig.size || config.size,
|
||||
watermark: saveConfig.watermark || config.watermark,
|
||||
fontScale: config.fontScale || 1,
|
||||
tableFontScale: config.tableFontScale || 1,
|
||||
pageAlignments: config.pageAlignments || {}
|
||||
},
|
||||
content_html: saveConfig.content_html || postData.content_html
|
||||
|
||||
Reference in New Issue
Block a user