xh-htmlword 1.1.9 → 1.2.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,8 +27,8 @@ handleExportWord({
27
27
  dom: ".export-box",
28
28
  fileName: "cs",
29
29
  timeOut: 3000,
30
- callBack: () => {
31
- console.log("导出成功");
30
+ callBack: (res) => {
31
+ console.log("导出成功"); //res 文档流
32
32
  },
33
33
  defultImg: "",
34
34
  className: "export-box",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xh-htmlword",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "用于html页转word文档的工具",
6
6
  "files": [