feat(widget): 为评论编辑器添加Markdown预览功能
- 引入 marked 和 DOMPurify 依赖以支持 Markdown 解析与安全渲染 - 在评论表单和回复编辑器中添加预览按钮,支持实时预览 - 新增预览区域样式,优化操作按钮布局间距 - 修复表单状态初始化问题,确保预览功能稳定
This commit is contained in:
@@ -509,6 +509,8 @@ export class CWDComments {
|
||||
// 更新表单组件
|
||||
if (this.commentForm) {
|
||||
this.commentForm.state.localForm = { ...this.store.store.getState().form };
|
||||
this.commentForm.state.showPreview = false;
|
||||
this.commentForm.render();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user