@chenyomi/leafer-htmltext-edit 2.2.5 → 2.2.6

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
@@ -9,7 +9,7 @@
9
9
 
10
10
  一个强大的 Leafer UI 富文本编辑器插件,集成 Quill 2.0,支持 HTML 文本编辑和丰富的文本样式控制。
11
11
 
12
- [English Document](./README_EN.md)
12
+ [English Document](./README.en.md)
13
13
 
14
14
  ## ✨ 特性
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chenyomi/leafer-htmltext-edit",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "A text editor plugin for Leafer UI with HTML text support",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -57,7 +57,7 @@
57
57
  "files": [
58
58
  "dist",
59
59
  "README.md",
60
- "README_EN.md",
60
+ "README.en.md",
61
61
  "LICENSE"
62
62
  ],
63
63
  "publishConfig": {
File without changes