zhuguifei
2024-12-25 576d28de6be2d75bfd5a213874dd8d06657635b5
manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "lbdry-uniapp",
    "name" : "兰浦智能干燥",
    "appid" : "__UNI__1E83F66",
    "description" : "",
    "versionName" : "1.0.0",
@@ -17,7 +17,9 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {},
        "modules" : {
            "Push" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -38,12 +40,30 @@
                    "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                    "<uses-feature android:name=\"android.hardware.camera\"/>",
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ]
                ],
                "targetSdkVersion" : 30,
                "minSdkVersion" : 23
            },
            /* ios打包配置 */
            "ios" : {},
            "ios" : {
                "dSYMs" : false
            },
            /* SDK配置 */
            "sdkConfigs" : {},
            "sdkConfigs" : {
                "push" : {
                    "unipush" : {
                        "icons" : {
                            "small" : {
                                "ldpi" : "static/logo.png",
                                "mdpi" : "static/logo.png",
                                "hdpi" : "static/logo.png",
                                "xhdpi" : "static/logo.png",
                                "xxhdpi" : "static/logo.png"
                            }
                        }
                    }
                }
            },
            "icons" : {
                "android" : {
                    "hdpi" : "unpackage/res/icons/72x72.png",
@@ -77,12 +97,13 @@
                }
            },
            "splashscreen" : {
                "androidStyle" : "default",
                "androidStyle" : "common",
                "android" : {
                    "hdpi" : "static/splash.png",
                    "xhdpi" : "static/splash.png",
                    "xxhdpi" : "static/splash.png"
                }
                    "hdpi" : "static/splash1.png",
                    "xhdpi" : "static/splash2.png",
                    "xxhdpi" : "static/splash3.png"
                },
                "useOriginalMsgbox" : false
            }
        }
    },