config.json 310 B

123456789101112131415
  1. {
  2. "enterURL": "./web/index.html",
  3. "width": 660,
  4. "height": 420,
  5. "webPreferences": {
  6. "webSecurity": false,
  7. "nodeIntegration": true,
  8. "nativeWindowOpen": false
  9. },
  10. "autoHideMenuBar": true,
  11. "redirect":[],
  12. "redirectURL":"",
  13. "proxy":"",
  14. "noCache": true
  15. }