From d9ece7c44bc4ca96667485b1992850e6255f4ea3 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 7 Nov 2024 13:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Tinymce/src/tinymce2.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tinymce/src/tinymce2.ts b/src/components/Tinymce/src/tinymce2.ts index 69cf75a..9eb01c7 100644 --- a/src/components/Tinymce/src/tinymce2.ts +++ b/src/components/Tinymce/src/tinymce2.ts @@ -31,10 +31,10 @@ export const toolbar = // fullscreen code preview | undo redo | -export const simplePlugins = ['lists insertfile image link table fullscreen mathjax kityformula-editor bullist numlist']; +export const simplePlugins = ['lists insertfile image link table fullscreen mathjax kityformula-editor']; export const simpleToolbar = [ - 'lists link unlink image media table fullscreen mathjax kityformula-editor bullist numlist', + 'lists link unlink image media table fullscreen mathjax kityformula-editor', ]; export const menubar = '';