feat(admin): 新增 markdown 编辑器支持,integrate EasyMDE markdown editor for admin interface

Introduce the EasyMDE markdown editor into the admin interface, providing enhanced
markdown editing capabilities. This integration caters to users preferring a dedicated
markdown editor with additional features and a streamlined user experience.
This commit is contained in:
wolfcode
2024-09-02 16:09:36 +08:00
parent 857533704e
commit ea733d0acb
6 changed files with 8641 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ return [
'ueditor' => '百度编辑器(不建议使用)',
'ckeditor' => 'CK编辑器',
'wangEditor' => 'wangEditor(推荐使用)',
'EasyMDE' => 'EasyMDE(markdown)',
],
];