From b68c09ef21becefdf7dda9401a2dafcabfc6c362 Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Mon, 18 Nov 2024 18:48:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E4=BA=A4=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=B8=82=E5=9C=BA=20=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-stat/changelog.md | 2 ++ uni_modules/uni-stat/package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/uni_modules/uni-stat/changelog.md b/uni_modules/uni-stat/changelog.md index df139e2..34b3903 100644 --- a/uni_modules/uni-stat/changelog.md +++ b/uni_modules/uni-stat/changelog.md @@ -1,3 +1,5 @@ +## 1.0.2(2024-11-18) +- 优化 uni统计兼容性问题 ## 1.0.1(2024-11-18) - 修改兼容性 ## 1.0.0(2024-11-18) diff --git a/uni_modules/uni-stat/package.json b/uni_modules/uni-stat/package.json index b5e28b4..b6a8e79 100644 --- a/uni_modules/uni-stat/package.json +++ b/uni_modules/uni-stat/package.json @@ -1,14 +1,14 @@ { "id": "uni-stat", "displayName": "uni统计 for uni-app x", - "version": "1.0.1", + "version": "1.0.2", "description": "uni统计的uni-app x 版本", "keywords": [ "uni-stat" ], "repository": "https://gitcode.net/dcloud/uni-api", "engines": { - "HBuilderX": "^3.6.8" + "HBuilderX": "^4.33" }, "dcloudext": { "type": "uts", @@ -63,7 +63,7 @@ "app-ios": { "minVersion": "9" }, - "app-harmony": "n" + "app-harmony": "y" }, "H5-mobile": { "Safari": "y", -- GitLab