zmdms-utils 0.0.42 → 0.0.43

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.
@@ -26,7 +26,7 @@ declare function mergeWaterConfig(waterConfig?: IWaterConfig): {
26
26
  };
27
27
  image: string | undefined;
28
28
  };
29
- declare function getDefaultContent(): string[] | "交投集团";
29
+ declare function getDefaultContent(): string[] | "浙江交通集团";
30
30
  interface IWaterConfig {
31
31
  width?: number;
32
32
  height?: number;
package/dist/es/water.js CHANGED
@@ -75,7 +75,7 @@ function getDefaultContent() {
75
75
  var time = dayjs().format("YYMMDD");
76
76
  return ["".concat(username, " ").concat(phone), time];
77
77
  }
78
- return "交投集团";
78
+ return "浙江交通集团";
79
79
  }
80
80
 
81
81
  export { createWater, getDefaultContent, mergeWaterConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-utils",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
package/src/water.ts CHANGED
@@ -82,7 +82,7 @@ export function getDefaultContent() {
82
82
  const time = dayjs().format("YYMMDD");
83
83
  return [`${username} ${phone}`, time];
84
84
  }
85
- return "交投集团";
85
+ return "浙江交通集团";
86
86
  }
87
87
 
88
88
  // 生成水印相关配置