fix(phone-image): saveImages always sends current content_html

Ensure postData.content_html (modified by break insertions) is sent to server, not the original hidden div content
This commit is contained in:
augushong
2026-05-02 09:31:07 +08:00
parent 57187a9d1d
commit 03e9a30242

View File

@@ -806,6 +806,7 @@ var PhoneImageEngine = (function () {
post_id: postId, post_id: postId,
output_type: 'phone_image', output_type: 'phone_image',
config: saveConfig || config, config: saveConfig || config,
content_html: postData.content_html,
pages: pagesData pages: pagesData
}), }),
contentType: 'application/json', contentType: 'application/json',