| 123456789101112131415161718192021222324252627 |
- {
- "version" : "1.0",
- "configurations" : [
- {
- "app" : {
- "launchtype" : "remote"
- },
- "default" : {
- "launchtype" : "local"
- },
- "h5" : {
- "launchtype" : "local"
- },
- "provider" : "alipay",
- "type" : "uniCloud"
- },
- {
- "customPlaygroundType" : "local",
- "playground" : "custom",
- "type" : "uni-app:app-android"
- },
- {
- "playground" : "standard",
- "type" : "uni-app:app-ios"
- }
- ]
- }
|