mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
24 lines
436 B
JSON
24 lines
436 B
JSON
{
|
|
"appId": "com.logseq.app",
|
|
"appName": "Logseq",
|
|
"bundledWebRuntime": false,
|
|
"webDir": "public",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 3000,
|
|
"launchAutoHide": false,
|
|
"androidScaleType": "CENTER_CROP",
|
|
"splashImmersive": false,
|
|
"showSpinner": true,
|
|
"backgroundColor": "#002b36"
|
|
}
|
|
},
|
|
"ios": {
|
|
"scheme": "Logseq"
|
|
},
|
|
"server": {
|
|
"url": "http://192.168.1.59:3001",
|
|
"cleartext": true
|
|
}
|
|
}
|