1234567891011121314151617181920212223242526272829 |
- {
- "deviceOrientation": "portrait",
- "showStatusBar": false,
- "networkTimeout": {
- "request": 10000,
- "connectSocket": 10000,
- "uploadFile": 10000,
- "downloadFile": 10000
- },
- "openDataContext": "SubdomainModel",
- "subpackages": [
- {
- "name": "atlas",
- "root": "res/atlas"
- },
- {
- "name": "skin",
- "root": "res/skin"
- },
- {
- "name": "u3d",
- "root": "res/u3d"
- },
- {
- "name": "Main",
- "root": "Main"
- }
- ]
- }
|