From 8c96536d11275de7556d90943c48ec4235204d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Fri, 10 Jul 2026 10:07:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E6=9D=A1=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/other/splash/splash.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/other/splash/splash.vue b/pages/other/splash/splash.vue index 2dcfc9a..99ce41a 100644 --- a/pages/other/splash/splash.vue +++ b/pages/other/splash/splash.vue @@ -873,7 +873,14 @@ .button-container { display: flex; justify-content: center; - padding: 30rpx 0; + position: fixed; + left: 0; + bottom: 86px; + width: 100vw; + display: flex; + justify-content: center; + padding-bottom: constant(safe-area-inset-bottom); // 兼容 IOS<11.2 + padding-bottom: env(safe-area-inset-bottom); // 兼容 IOS>11.2 } .btn-save-image { From 9172ced1723962dfb671b7b8154b4cdc0c94b6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Fri, 10 Jul 2026 11:50:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index f98c469..4db7f9c 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.6.sp21') + uni.setStorageSync('version', '1.0.6.sp22') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return {