fix: fix white screen after splash

This commit is contained in:
Weihua Lu
2021-09-30 12:42:03 +08:00
parent 8504163858
commit f09a928778
9 changed files with 46 additions and 13 deletions

View File

@@ -3,8 +3,10 @@
"appName": "Logseq",
"bundledWebRuntime": false,
"webDir": "public",
"server": {
"url": "http://192.168.1.59:3001",
"cleartext": true
"plugins": {
"SplashScreen": {
"launchShowDuration": 3000,
"launchAutoHide": false
}
}
}