zengh
2022-09-14 8ea19a6bb34daab1410f6186992a4c1e90299c92
manifest.json
@@ -3,7 +3,7 @@
    "appid" : "__UNI__1A57486",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "versionCode" : 1,
    "transformPx" : false,
    "networkTimeout" : {
        "request" : 10000
@@ -13,6 +13,9 @@
        "usingComponents" : true,
        "nvueStyleCompiler" : "uni-app",
        "compilerVersion" : 3,
        "compatible" : {
            "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
        },
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
@@ -52,7 +55,7 @@
                    "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ],
                "abiFilters" : [ "armeabi-v7a", "x86" ]
                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
            },
            /* ios打包配置 */
            "ios" : {},