zhaojs
2023-07-18 0e1bce71603c5cbb92b3fe6387c87430528d18a9
uniapp/manifest.json
@@ -12,8 +12,8 @@
        "nvueCompiler" : "uni-app",
        "compilerVersion" : 3,
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
            "alwaysShowBeforeRender" : false,
            "waiting" : false,
            "autoclose" : true,
            "delay" : 0
        },
@@ -115,7 +115,18 @@
                    }
                },
                "push" : {
                    "unipush" : {}
                    "unipush" : {
                        "icons" : {
                            "small" : {
                                //  左上角小图标
                                "ldpi" : "unpackage/res/drawable-ldpi/push_small.png",
                                "mdpi" : "unpackage/res/drawable-mdpi/push_small.png",
                                "hdpi" : "unpackage/res/drawable-hdpi/push_small.png",
                                "xhdpi" : "unpackage/res/drawable-xhdpi/push_small.png",
                                "xxhdpi" : "unpackage/res/drawable-xxhdpi/push_small.png"
                            }
                        }
                    }
                },
                "geolocation" : {
                    "amap" : {