@whitesev/utils 2.3.6 → 2.3.7

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/dist/index.esm.js CHANGED
@@ -3950,7 +3950,7 @@ class Utils {
3950
3950
  this.windowApi = new WindowApi(option);
3951
3951
  }
3952
3952
  /** 版本号 */
3953
- version = "2024.10.13";
3953
+ version = "2024.10.19";
3954
3954
  addStyle(cssText) {
3955
3955
  if (typeof cssText !== "string") {
3956
3956
  throw new Error("Utils.addStyle 参数cssText 必须为String类型");