diff --git a/uni_modules/uni-upgrade-center-app/changelog.md b/uni_modules/uni-upgrade-center-app/changelog.md index 555df08002730be255c3d0cd5bc9c463954a6aa8..aaafc44e8d6b0307ac2801597128393581f510e1 100644 --- a/uni_modules/uni-upgrade-center-app/changelog.md +++ b/uni_modules/uni-upgrade-center-app/changelog.md @@ -1,3 +1,5 @@ +## 0.8.2(2024-07-15) +- 更新 static 下的静态图片放入 static/app 目录下,防止编译除 app 平台以外的平台时带入 ## 0.8.1(2024-04-28) - 修复 在 HX 4.0.3+ uni-app x 项目运行到 Android 调不起安装的Bug ## 0.8.0(2024-04-15) 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 6ad28105b6f399889e4fd7bf44918cbe85e70dd2..14e42e0c4f1d2de25f3795a626043c718ed50bbd 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 @@ -5,7 +5,7 @@ {{title}} + src="/uni_modules/uni-upgrade-center-app/static/app/bg_top.png"> @@ -53,7 +53,7 @@ - + diff --git a/uni_modules/uni-upgrade-center-app/package.json b/uni_modules/uni-upgrade-center-app/package.json index d332654c0827b2b9a2fa54ded6667066ae7cee16..09ecffa52fa479c27d34b739dcb29d57147a6ba3 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.8.1", + "version": "0.8.2", "description": "uni升级中心 - 客户端检查更新", "keywords": [ "uniCloud", @@ -48,32 +48,32 @@ "client": { "App": { "app-vue": "y", - "app-nvue": "u" + "app-nvue": "y" }, "H5-mobile": { - "Safari": "y", - "Android Browser": "y", - "微信浏览器(Android)": "y", - "QQ浏览器(Android)": "y" + "Safari": "n", + "Android Browser": "n", + "微信浏览器(Android)": "n", + "QQ浏览器(Android)": "n" }, "H5-pc": { - "Chrome": "y", - "IE": "y", - "Edge": "y", - "Firefox": "y", - "Safari": "y" + "Chrome": "n", + "IE": "n", + "Edge": "n", + "Firefox": "n", + "Safari": "n" }, "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "京东": "u" + "微信": "n", + "阿里": "n", + "百度": "n", + "字节跳动": "n", + "QQ": "n", + "京东": "n" }, "快应用": { - "华为": "u", - "联盟": "u" + "华为": "n", + "联盟": "n" }, "Vue": { "vue2": "y", 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 86fba100064865818035b6f5128c7175aaaeaa89..9e143c2141215051c53182a150da05e7186c3bbf 100644 --- a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue +++ b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue @@ -3,7 +3,7 @@ {{title}} - + @@ -57,7 +57,7 @@ - + diff --git a/uni_modules/uni-upgrade-center-app/static/app_update_close.png b/uni_modules/uni-upgrade-center-app/static/app/app_update_close.png similarity index 100% rename from uni_modules/uni-upgrade-center-app/static/app_update_close.png rename to uni_modules/uni-upgrade-center-app/static/app/app_update_close.png diff --git a/uni_modules/uni-upgrade-center-app/static/bg_top.png b/uni_modules/uni-upgrade-center-app/static/app/bg_top.png similarity index 100% rename from uni_modules/uni-upgrade-center-app/static/bg_top.png rename to uni_modules/uni-upgrade-center-app/static/app/bg_top.png