From bd73933614acec0f161a78905d59a8d28ff411b0 Mon Sep 17 00:00:00 2001 From: ihzero Date: Wed, 1 May 2024 16:11:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=85=81=E8=AE=B8=E7=AB=96=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global/{zichunsheng_key => release.keystore} | Bin src/App.vue | 1 + src/androidPrivacy.json | 3 +++ src/manifest.json | 4 ++++ 4 files changed, 8 insertions(+) rename global/{zichunsheng_key => release.keystore} (100%) create mode 100644 src/androidPrivacy.json diff --git a/global/zichunsheng_key b/global/release.keystore similarity index 100% rename from global/zichunsheng_key rename to global/release.keystore diff --git a/src/App.vue b/src/App.vue index f9cc09d..40fda31 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,7 @@ export default { userStore.fetchUserInfo() } // #ifdef APP-PLUS + plus.screen.lockOrientation('portrait-primary') if (userStore.isLogin) { plus.navigator.closeSplashscreen() } else { diff --git a/src/androidPrivacy.json b/src/androidPrivacy.json new file mode 100644 index 0000000..a78485c --- /dev/null +++ b/src/androidPrivacy.json @@ -0,0 +1,3 @@ +{ + "prompt" : "none" +} diff --git a/src/manifest.json b/src/manifest.json index c034a4d..e4864ea 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -98,6 +98,10 @@ "spotlight@3x" : "unpackage/res/icons/120x120.png" } } + }, + "splashscreen" : { + "androidStyle" : "common", + "useOriginalMsgbox" : false } } },