capacitor.config.json 313 B

12345678910111213141516
  1. {
  2. "appId": "cn.drewslab.visitor",
  3. "appName": "访客管理",
  4. "bundledWebRuntime": false,
  5. "npmClient": "yarn",
  6. "webDir": "dist",
  7. "plugins": {
  8. "SplashScreen": {
  9. "launchShowDuration": 0
  10. }
  11. },
  12. "cordova": {},
  13. "server": {
  14. "cleartext": true
  15. }
  16. }