diff --git a/manifest.json b/manifest.json index c2e2a3d..508ade1 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "nvueCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { - "alwaysShowBeforeRender" : true, + "alwaysShowBeforeRender" : false, "waiting" : false, "autoclose" : true, "delay" : 0 @@ -79,7 +79,50 @@ "splashscreen" : { "ios" : { "iphone" : { - "portrait-896h@3x" : "/Users/piao/Downloads/意(1)/1242+2688.png" + "portrait-896h@3x" : "unpackage/res/splash/1242+2688.png", + "portrait-896h@2x" : "unpackage/res/splash/828+1792.png", + "iphonex" : "unpackage/res/splash/1125+2436.png", + "retina55" : "unpackage/res/splash/1142+2208.png", + "retina47" : "unpackage/res/splash/750+1334.png", + "retina40" : "unpackage/res/splash/640+1136.png", + "retina35" : "unpackage/res/splash/640+960.png" + } + }, + "android" : { + "hdpi" : "unpackage/res/splash/480+762.png", + "xhdpi" : "unpackage/res/splash/720+1242.png", + "xxhdpi" : "unpackage/res/splash/1080+1882.png" + } + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" } } } diff --git a/my-release-key.keystore b/my-release-key.keystore new file mode 100644 index 0000000..78c2b65 Binary files /dev/null and b/my-release-key.keystore differ diff --git a/pages/authorization/index.vue b/pages/authorization/index.vue index 41ed92a..880dc6d 100644 --- a/pages/authorization/index.vue +++ b/pages/authorization/index.vue @@ -1,6 +1,7 @@