From 386ca7ae49057fbdc50c83e0b213ac9600971431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:06:46 +0800 Subject: [PATCH] Update config.js --- src/static/ckeditor/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/ckeditor/config.js b/src/static/ckeditor/config.js index 18165a6b..5c85d288 100644 --- a/src/static/ckeditor/config.js +++ b/src/static/ckeditor/config.js @@ -19,5 +19,4 @@ CKEDITOR.editorConfig = function (config) { config.removePlugins = 'exportpdf'; config.extraPlugins = 'html5video,dedepagebreak,textindent'; config.removeButtons = 'Save,NewPage,Print,Preview,Templates,Smiley,About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField'; - config.font_names='宋体/SimSun;楷体/KaiTi;黑体/SimHei;微软雅黑/Microsoft YaHei;微软正黑/Microsoft JhengHei'+ config.font_names; }; \ No newline at end of file