@umoteam/editor 2.3.0 → 2.3.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 +1 -3
- package/README.zh-CN.md +4 -0
- package/dist/es/style.css +1 -1
- package/dist/es/umo-editor.mjs +3 -3
- package/dist/umd/style.css +1 -1
- package/dist/umd/umo-editor.js +2 -2
- package/dist/umd/umo-editor.js.gz +0 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -115,8 +115,6 @@ If you find Umo Editor useful, please consider supporting us in the following wa
|
|
|
115
115
|
- ⭐ Star the [Umo Editor Repository](https://github.com/umodoc/editor) to show your support for the project.
|
|
116
116
|
- 🔗 If you use Umo Editor in your project, please add a link to https://github.com/umodoc/editor.
|
|
117
117
|
|
|
118
|
-
##
|
|
118
|
+
## License
|
|
119
119
|
|
|
120
120
|
Umo Editor is licensed under the [MIT License](https://github.com/umodoc/editor/blob/main/LICENSE), allowing you to use, modify, and distribute the software freely.
|
|
121
|
-
|
|
122
|
-
This document is published under the [CC BY-NC-SA 4.0 DEED License](https://creativecommons.org/licenses/by-nc-sa/4.0).
|
package/README.zh-CN.md
CHANGED
|
@@ -116,6 +116,10 @@ Nodejs 18.0.0 及以上版本。
|
|
|
116
116
|
- 社区:[https://github.com/umodoc/editor/discussions](https://github.com/umodoc/editor/discussions)
|
|
117
117
|
- 邮件:[contact@umoteam.com](mailto:contact@umoteam.com)
|
|
118
118
|
|
|
119
|
+
## QQ 技术交流群:
|
|
120
|
+
|
|
121
|
+
- [Umo Editor 技术交流1群:994500039](https://qm.qq.com/cgi-bin/qm/qr?k=BH_TYEK3Om0BkN4VMT9TQLRvHzEhkUvp&jump_from=webapi&authKey=xIMvInBso7hjJHh8+44+8IMHhLjvpegQJC0wFtZRir76+vgrBFcw98FVoqCxV7XX)
|
|
122
|
+
|
|
119
123
|
## 支持我们
|
|
120
124
|
|
|
121
125
|
如果您觉得 Umo Editor 有用,请考虑通过以下方式支持我们:
|