@whitesev/utils 2.6.1 → 2.6.2

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.cjs.js CHANGED
@@ -5037,7 +5037,7 @@ class Utils {
5037
5037
  this.windowApi = new WindowApi(option);
5038
5038
  }
5039
5039
  /** 版本号 */
5040
- version = "2025.2.8";
5040
+ version = "2025.3.24";
5041
5041
  addStyle(cssText) {
5042
5042
  if (typeof cssText !== "string") {
5043
5043
  throw new Error("Utils.addStyle 参数cssText 必须为String类型");