123456789101112131415161718192021222324 |
- {
- "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"
- }
- ]
- }
|