add froala (#945)

* update images upload

* modify js res.url

* add froala

* froala-editor.js
This commit is contained in:
hotqin888
2024-06-05 13:17:08 +08:00
committed by GitHub
parent db620be8df
commit 0ce6c5bbf9
6 changed files with 837 additions and 6 deletions

View File

@@ -6,4 +6,5 @@ const (
EditorCherryMarkdown = "cherry_markdown"
EditorHtml = "html"
EditorNewHtml = "new_html"
EditorFroala = "froala"
)