新增文本编辑器选择

This commit is contained in:
wolfcode
2023-10-10 00:26:47 +08:00
parent 67a3980714
commit 5f5fb6d322
224 changed files with 58458 additions and 15 deletions

View File

@@ -33,4 +33,10 @@ return [
'cos' => '腾讯云cos',
'qnoss' => '七牛云'
],
// 默认编辑器
'editor_types' => [
'ueditor' => '百度编辑器',
'ckeditor' => 'CK编辑器',
],
];