diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 9ffae2c..81b430e 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,6 +4,10 @@ { "playground" : "custom", "type" : "uni-app:app-ios" + }, + { + "playground" : "custom", + "type" : "uni-app:app-android" } ] }