feat: 新增富文本本地引入

This commit is contained in:
Yer
2023-12-01 10:47:33 +08:00
parent 508a00d103
commit 3ec0e9d997
163 changed files with 119248 additions and 43 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "tinymce",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": "MIT",
"keywords": [
"wysiwyg",
"tinymce",
"richtext",
"javascript",
"html",
"text",
"rich editor",
"rich text editor",
"rte",
"rich text",
"contenteditable",
"editing"
],
"homepage": "https://www.tiny.cloud/",
"ignore": [
"README.md",
"composer.json",
"package.json",
".npmignore",
"CHANGELOG.md"
]
}