新增HTML编辑器,优化编辑器调用

This commit is contained in:
wolfcode
2024-04-15 18:25:13 +08:00
parent 796c3155c0
commit 1d0b94009f
11 changed files with 24282 additions and 60 deletions

View File

@@ -36,7 +36,8 @@ return [
// 默认编辑器
'editor_types' => [
'ueditor' => '百度编辑器',
'ckeditor' => 'CK编辑器',
'ueditor' => '百度编辑器',
'ckeditor' => 'CK编辑器',
'wangEditor' => 'wangEditor',
],
];