config.json 229 B

123456789101112
  1. {
  2. "init_cfg":{
  3. "isLandscape": true,
  4. "isWindowTop": false,
  5. "name": "simulator",
  6. "width": 960,
  7. "height": 640,
  8. "entry": "",
  9. "consolePort": 6050,
  10. "uploadPort": 6060
  11. }
  12. }