config.json 619 B

123456789101112131415161718192021
  1. {
  2. "enterURL": "https://laotiehenbang.com/sc",
  3. "width": 1200,
  4. "height": 800,
  5. "webPreferences": {
  6. "webSecurity": false,
  7. "contextIsolation": false,
  8. "nodeIntegration": false,
  9. "allowRunningInsecureContent": true,
  10. "plugins": true,
  11. "scrollBounce": true,
  12. "webviewTag": true,
  13. "nativeWindowOpen": true
  14. },
  15. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
  16. "autoHideMenuBar": true,
  17. "redirect":[],
  18. "redirectURL":"",
  19. "proxy":"",
  20. "noCache": false
  21. }