You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
288 B

  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "customPlaygroundType" : "local",
  6. "playground" : "custom",
  7. "type" : "uni-app:app-android"
  8. // "playground" : "standard",
  9. // "type" : "uni-app:app-ios"
  10. }
  11. ]
  12. }