From 8f781dfade233409657c1959a70c07080f4f0f24 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 21 Dec 2023 15:21:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=20uni-upgrade-center?= =?UTF-8?q?-app=E3=80=81uts-progressNotification=20=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-upgrade-center-app/changelog.md | 2 + .../uni-upgrade-center-app/package.json | 4 +- .../pages/upgrade-popup.vue | 8 +- .../uts-progressNotification/changelog.md | 2 + .../uts-progressNotification/package.json | 2 +- .../utssdk/app-ios/config.json | 3 - .../utssdk/app-ios/index.uts | 85 ------------------- 7 files changed, 12 insertions(+), 94 deletions(-) delete mode 100644 uni_modules/uts-progressNotification/utssdk/app-ios/config.json delete mode 100644 uni_modules/uts-progressNotification/utssdk/app-ios/index.uts diff --git a/uni_modules/uni-upgrade-center-app/changelog.md b/uni_modules/uni-upgrade-center-app/changelog.md index ae79e92c..eba9aed3 100644 --- a/uni_modules/uni-upgrade-center-app/changelog.md +++ b/uni_modules/uni-upgrade-center-app/changelog.md @@ -1,3 +1,5 @@ +## 0.7.6(2023-12-21) +- 修复 iOS使用升级中心云打包时报错(使用新版的 [uts-progressNotification](https://ext.dcloud.net.cn/plugin?name=uts-progressNotification) 插件,如果之前下载过请删除 `uts-progressNotification\utssdk\app-ios` 文件夹) ## 0.7.5(2023-12-12) - 新增 通知栏进度条使用 uts-progressNotification 插件 - 新增 依赖 uni-installApk、uts-progressNotification。使用前要安装插件三方依赖 diff --git a/uni_modules/uni-upgrade-center-app/package.json b/uni_modules/uni-upgrade-center-app/package.json index 5fd22e55..046d4f7c 100644 --- a/uni_modules/uni-upgrade-center-app/package.json +++ b/uni_modules/uni-upgrade-center-app/package.json @@ -1,7 +1,7 @@ { "id": "uni-upgrade-center-app", "displayName": "升级中心 uni-upgrade-center - App", - "version": "0.7.5", + "version": "0.7.6", "description": "uni升级中心 - 客户端检查更新", "keywords": [ "uniCloud", @@ -11,7 +11,7 @@ ], "repository": "https://gitee.com/dcloud/uni-upgrade-center/tree/master/uni_modules/uni-upgrade-center-app", "engines": { - "HBuilderX": "^3.2.14" + "HBuilderX": "^3.97" }, "dcloudext": { "sale": { diff --git a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue index dda288cc..4cfdaf10 100644 --- a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue +++ b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue @@ -64,7 +64,9 @@