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.

29 lines
905 B

3 months ago
  1. {
  2. // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
  3. // launchtypelocalremote, localremote
  4. "version" : "0.0",
  5. "configurations" : [
  6. {
  7. "app-plus" : {
  8. "launchtype" : "remote"
  9. },
  10. "default" : {
  11. "launchtype" : "remote"
  12. },
  13. "h5" : {
  14. "launchtype" : "remote"
  15. },
  16. "mp-toutiao" : {
  17. "launchtype" : "remote"
  18. },
  19. "mp-weixin" : {
  20. "launchtype" : "remote"
  21. },
  22. "type" : "uniCloud"
  23. },
  24. {
  25. "playground" : "standard",
  26. "type" : "uni-app:app-android"
  27. }
  28. ]
  29. }