Files
logseq/android/app/src/main/assets/capacitor.config.json
2021-09-30 12:42:03 +08:00

13 lines
203 B
JSON

{
"appId": "com.logseq.app",
"appName": "Logseq",
"bundledWebRuntime": false,
"webDir": "public",
"plugins": {
"SplashScreen": {
"launchShowDuration": 3000,
"launchAutoHide": false
}
}
}