capacitor.config.json 220 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 { "appId": "com.example.app", "appName": "app", "bundledWebRuntime": false, "npmClient": "yarn", "webDir": "www", "plugins": { "SplashScreen": { "launchShowDuration": 0 } }, "cordova": {} }