capacitor.config.json 574 B

1234567891011121314151617181920212223242526
  1. {
  2. "appId": "com.izouma.jmrh",
  3. "appName": "江西融办",
  4. "bundledWebRuntime": true,
  5. "npmClient": "yarn",
  6. "webDir": "dist",
  7. "plugins": {
  8. "SplashScreen": {
  9. "launchShowDuration": 0
  10. },
  11. "Keyboard": {
  12. "resize": "body"
  13. }
  14. },
  15. "server": {
  16. "cleartext": true
  17. },
  18. "android": {
  19. "backgroundColor": "#ffffff",
  20. "allowMixedContent": true,
  21. "captureInput": true,
  22. "webContentsDebuggingEnabled": true
  23. },
  24. "ios": {},
  25. "appendUserAgent": " Capacitor"
  26. }