diff --git a/manifest.json b/manifest.json index ffded07..7e5c032 100644 --- a/manifest.json +++ b/manifest.json @@ -140,7 +140,17 @@ } }, "splashscreen" : { - "useOriginalMsgbox" : false + "useOriginalMsgbox" : false, + "androidStyle" : "default", + "android" : { + "hdpi" : "static/480-762.png", + "xhdpi" : "static/720-1242.png", + "xxhdpi" : "static/1080-1882.png" + }, + "iosStyle" : "storyboard", + "ios" : { + "storyboard" : "C:/Users/pc/Desktop/CustomStoryboard.zip" + } } }, "nativePlugins" : { diff --git a/static/1080-1882.png b/static/1080-1882.png new file mode 100644 index 0000000..6710e04 Binary files /dev/null and b/static/1080-1882.png differ diff --git a/static/480-762.png b/static/480-762.png new file mode 100644 index 0000000..66d5baa Binary files /dev/null and b/static/480-762.png differ diff --git a/static/720-1242.png b/static/720-1242.png new file mode 100644 index 0000000..063e31f Binary files /dev/null and b/static/720-1242.png differ diff --git a/unpackage/release/apk/__UNI__B37C795__20240806101911.apk b/unpackage/release/apk/__UNI__B37C795__20240806101911.apk new file mode 100644 index 0000000..fc01709 Binary files /dev/null and b/unpackage/release/apk/__UNI__B37C795__20240806101911.apk differ