-
-
- 上传
-
-
-
-
- Click upload
-
-
-
- Cancel
-
-
- Confirm
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/Tinymce/config.ts b/src/components/Tinymce/config.ts
deleted file mode 100644
index 937d7511..00000000
--- a/src/components/Tinymce/config.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// Import plugins that you want to use
-// Detail plugins list see: https://www.tiny.cloud/apps/#core-plugins
-// Custom builds see: https://www.tiny.cloud/get-tiny/custom-builds/
-export const plugins = ['advlist anchor autolink autoresize autosave charmap code codesample directionality emoticons fullpage fullscreen help hr image imagetools insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textpattern visualblocks visualchars wordcount']
-
-// Here is the list of toolbar control components
-// Details see: https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols
-export const toolbar = ['searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample help', 'hr bullist numlist link image charmap preview anchor pagebreak insertdatetime media table emoticons charmap forecolor backcolor fullpage fullscreen']