Skip to content

Commit fa27657

Browse files
author
git
committed
优化:移除无用的代码配置
1 parent 06eda35 commit fa27657

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

ueditor.config.js

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -482,30 +482,26 @@
482482
, shortcutMenu: [
483483
// "fontfamily", // 字体
484484
// "fontsize", // 字号
485-
"bold", // 加粗
486-
"italic", // 斜体
487-
"underline", // 下划线
488-
"strikethrough",// 删除线
489-
"fontborder", // 字符边框
490-
"forecolor", // 字体颜色
491-
// "shadowcolor", // 字体阴影
492-
"backcolor", // 背景色
493-
"imagenone",
494-
"imageleft",
495-
"imagecenter",
496-
"imageright",
497-
"insertimage",
485+
"bold", // 加粗
486+
"italic", // 斜体
487+
"underline", // 下划线
488+
"strikethrough", // 删除线
489+
"fontborder", // 字符边框
490+
"forecolor", // 字体颜色
491+
"backcolor", // 背景色
492+
"imagenone", // 图片默认
493+
"imageleft", // 图片左浮动
494+
"imagecenter", // 图片居中
495+
"imageright", // 图片右浮动
496+
"insertimage", // 插入图片
498497
"formula",
499498
// "justifyleft", // 居左对齐
500499
// "justifycenter", // 居中对齐
501500
// "justifyright", // 居右对齐
502501
// "justifyjustify", // 两端对齐
503-
// "textindent", // 首行缩进
504502
// "rowspacingtop", // 段前距
505503
// "rowspacingbottom", // 段后距
506-
// "outpadding", // 两侧距离
507504
// "lineheight", // 行间距
508-
// "letterspacing" , // 字间距
509505
// "insertorderedlist", // 有序列表
510506
// "insertunorderedlist", // 无序列表
511507
// "superscript", // 上标

0 commit comments

Comments
 (0)