1234567891011121314151617181920212223242526 |
- {
-
-
- "version" : "0.0",
- "configurations" : [
- {
- "app-plus" : {
- "launchtype" : "remote"
- },
- "default" : {
- "launchtype" : "remote"
- },
- "h5" : {
- "launchtype" : "remote"
- },
- "mp-weixin" : {
- "launchtype" : "remote"
- },
- "type" : "uniCloud"
- },
- {
- "playground" : "custom",
- "type" : "uni-app:app-android"
- }
- ]
- }
|