12345678910111213141516171819202122 |
- {
- "version" : "1.0",
- "configurations" : [
- {
- "openVueDevtools" : true,
- "type" : "uni-app:h5"
- },
- {
- "app-plus" : {
- "launchtype" : "local"
- },
- "mp-weixin" : {
- "launchtype" : "local"
- },
- "type" : "uniCloud"
- },
- {
- "playground" : "standard",
- "type" : "uni-app:app-android"
- }
- ]
- }
|