zhouwenxuan
2023-12-15 277d6652893fcc10fb6827b62ef16fe2910a525c
.hbuilderx/launch.json
@@ -2,14 +2,19 @@
    "version" : "1.0",
    "configurations" : [
        {
            "playground" : "custom",
            "playground" : "standard",
            "type" : "uni-app:app-android"
        },
        {
            "app-plus" : {
                "launchtype" : "local"
            },
            "type" : "uniCloud"
           "app-plus" :
           {
              "launchtype" : "local"
           },
           "h5" :
           {
              "launchtype" : "local"
           },
           "type" : "uniCloud"
        }
    ]
}