From ae20f7998d99fc569e382297223d38ea57daf3f7 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Sun, 28 Apr 2024 16:49:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-upgrade-center-app/changelog.md | 7 +++++++ .../uni-upgrade-center-app/uni-upgrade-center-app.uvue | 4 ++-- uni_modules/uni-upgrade-center-app/package.json | 7 ++++--- .../uni-upgrade-center-app/pages/upgrade-popup.vue | 4 ++++ .../uni-upgrade-center-app/utils/call-check-version.ts | 5 ++--- uni_modules/uts-progressNotification/changelog.md | 2 ++ uni_modules/uts-progressNotification/package.json | 2 +- .../utssdk/app-android/TransparentActivity.uts | 2 +- .../utssdk/app-android/callbacks.uts | 4 ++++ .../uts-progressNotification/utssdk/app-android/index.uts | 8 ++++---- 10 files changed, 31 insertions(+), 14 deletions(-) create mode 100644 uni_modules/uts-progressNotification/utssdk/app-android/callbacks.uts diff --git a/uni_modules/uni-upgrade-center-app/changelog.md b/uni_modules/uni-upgrade-center-app/changelog.md index 68a219dc..555df080 100644 --- a/uni_modules/uni-upgrade-center-app/changelog.md +++ b/uni_modules/uni-upgrade-center-app/changelog.md @@ -1,3 +1,10 @@ +## 0.8.1(2024-04-28) +- 修复 在 HX 4.0.3+ uni-app x 项目运行到 Android 调不起安装的Bug +## 0.8.0(2024-04-15) +- 修复 更新弹窗 data 中新增初始化字段 +## 0.7.9(2024-03-15) +- 移除无用代码 +- 调整 is_silently 类型为可为 null ## 0.7.8(2024-01-04) - 新增 移除无用代码 ## 0.7.7(2024-01-04) diff --git a/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue b/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue index 58e2a0ae..6ad28105 100644 --- a/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue +++ b/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue @@ -61,7 +61,7 @@