Merge branch '20220620-富文本编辑器去掉不必要的功能' into 'release_20220624'

6.24 富文本编辑器去掉不必要的功能

See merge request eshop/fe_service_ebtp_frontend!143
This commit is contained in:
周建龙
2022-06-24 21:28:44 +08:00

View File

@ -45,11 +45,11 @@ const BraftText: React.FC<WangType> = (props) => {
'redo', //重做 'redo', //重做
'fullscreen', //全屏 'fullscreen', //全屏
'emoticon',//表情 // 'emoticon',//表情
'image',//图片 // 'image',//图片
'video',//视频 // 'video',//视频
'table',//表格 // 'table',//表格
'todo',//待办 // 'todo',//待办
]; ];
//=======================================================================================func //=======================================================================================func