@mario9/tiptap-editor 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  ## 效果预览
6
6
 
7
- ![编辑器全貌](docs/screenshots/screenshot-overview.png)
7
+ ![编辑器全貌](https://cdn.jsdelivr.net/gh/hmfw/tiptap-editor@main/docs/screenshots/screenshot-overview.png)
8
8
 
9
- ![代码块与表格](docs/screenshots/screenshot-features.png)
9
+ ![代码块与表格](https://cdn.jsdelivr.net/gh/hmfw/tiptap-editor@main/docs/screenshots/screenshot-features.png)
10
10
 
11
- ![数学公式](docs/screenshots/screenshot-math.png)
11
+ ![数学公式](https://cdn.jsdelivr.net/gh/hmfw/tiptap-editor@main/docs/screenshots/screenshot-math.png)
12
12
 
13
13
  ## 安装
14
14
 
@@ -78,7 +78,7 @@ const content = ref('')
78
78
  />
79
79
  ```
80
80
 
81
- ![最小化配置工具栏](docs/screenshots/screenshot-minimal.png)
81
+ ![最小化配置工具栏](https://cdn.jsdelivr.net/gh/hmfw/tiptap-editor@main/docs/screenshots/screenshot-minimal.png)
82
82
 
83
83
  ### 只读模式
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mario9/tiptap-editor",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "基于 Tiptap + Vue 3 的富文本编辑器组件。",
5
5
  "type": "module",
6
6
  "main": "./dist/tiptap-editor.umd.cjs",