lyuis 7 ヶ月 前
コミット
5db2973af9
1 ファイル変更2 行追加2 行削除
  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"
         }
     ]