@umoteam/editor 1.0.0-beta.6 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,9 +12,11 @@
12
12
 
13
13
  Umo Editor 是一个基于 [Tiptap 无头编辑器](https://tiptap.dev) 的 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式。
14
14
 
15
- <img src="https://unpkg.com/@umoteam/editor@latest/static/umo-editor.png" alt="umo editor" />
15
+ <img src="https://unpkg.com/@umoteam/editor@latest/static/umo-editor@2x.png" alt="umo editor" />
16
16
 
17
- 作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中,无需复杂配置。
17
+ 作为一个独立的 Vue3 插件,Umo Editor 可以零配置轻松集成到各类 Vue3 项目中。
18
+
19
+ 对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor 嵌入到您的项目中。
18
20
 
19
21
  [开发文档](https://editor.umodoc.com/docs) | [在线演示](https://demo.umodoc.com/editor) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
20
22
 
@@ -98,5 +100,3 @@ Umo Editor 的诞生,旨在解决 Web 应用中文档编辑的复杂性,为
98
100
  ## 开源协议
99
101
 
100
102
  Umo Editor 采用 [MIT 许可证](./LICENSE),您可以免费使用、修改和使用本软件。
101
-
102
- 本文档采用 [CC BY-NC-SA 4.0 DEED 许可证](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans) 发布。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.1",
4
4
  "description": "Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式。",
5
5
  "keywords": [
6
6
  "umo editor",
Binary file
Binary file