cuiqian2004
2025-07-09 90e4076a8adf5dac4384f10d9ce22398580eaf34
.hbuilderx/launch.json
@@ -4,23 +4,24 @@
    "version" : "0.0",
    "configurations" : [
        {
           "app-plus" :
           {
              "launchtype" : "local"
           },
           "default" :
           {
              "launchtype" : "local"
           },
           "h5" :
           {
              "launchtype" : "local"
           },
           "type" : "uniCloud"
            "app-plus" : {
                "launchtype" : "local"
            },
            "default" : {
                "launchtype" : "local"
            },
            "h5" : {
                "launchtype" : "local"
            },
            "type" : "uniCloud"
        },
        {
            "playground" : "custom",
            "type" : "uni-app:app-android"
        },
        {
            "playground" : "standard",
            "type" : "uni-app:app-android"
            "type" : "uni-app:app-ios"
        }
    ]
}