ai-word-editor 0.0.40 → 0.0.41

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,7 +93,7 @@ await exportHtmlToDocx(html, '文件名')
93
93
 
94
94
  - 微信:扫码添加(备注:ai-word-editor)
95
95
 
96
- ![微信二维码](assets/wechat.jpg)
96
+ ![微信二维码](https://unpkg.com/ai-word-editor@0.0.40/assets/wechat.jpg)
97
97
 
98
98
  ## 本仓库打包与发布(维护者)
99
99
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-word-editor",
3
3
  "private": false,
4
- "version": "0.0.40",
4
+ "version": "0.0.41",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",