lyuis vor 7 Monaten
Ursprung
Commit
5db2973af9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .hbuilderx/launch.json

+ 2 - 2
.hbuilderx/launch.json

@@ -2,8 +2,8 @@
     "version" : "1.0",
     "configurations" : [
         {
-            "customPlaygroundType" : "device",
-            "playground" : "standard",
+            "customPlaygroundType" : "local",
+            "playground" : "custom",
             "type" : "uni-app:app-android"
         }
     ]