Journal supports receiving front-end rendering results
Created by: guqing
What this PR does?
日志支持接收前端渲染结果
- 保存和更新接口增加了
keepRaw
字段默认值为false表示后端使用sourceContent
渲染content
- 如果传递
keepRaw=true
则表示使用前端渲染的内容不再使用sourceContent
渲染 需要同步修改SDK
Why we need it?
Fix #1738 (closed)