스플래시 화면 표시 시간 조정 및 배경색 변경
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
import { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
@@ -6,19 +5,20 @@ const config: CapacitorConfig = {
|
||||
appName: '젤리의 적자탈출',
|
||||
webDir: 'dist',
|
||||
server: {
|
||||
url: 'https://zfinance.zellyy.com/',
|
||||
androidScheme: 'https',
|
||||
iosScheme: 'https',
|
||||
cleartext: true
|
||||
},
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchShowDuration: 1000,
|
||||
launchShowDuration: 3000,
|
||||
launchAutoHide: true,
|
||||
backgroundColor: "#FFFFFF",
|
||||
androidSplashResourceName: "splash",
|
||||
splashFullScreen: true,
|
||||
splashImmersive: true,
|
||||
androidScaleType: "CENTER_CROP",
|
||||
showSpinner: false,
|
||||
androidScaleType: "CENTER_INSIDE",
|
||||
backgroundColor: "#FFFFFF"
|
||||
splashFullScreen: false,
|
||||
splashImmersive: false
|
||||
},
|
||||
Keyboard: {
|
||||
resize: "body",
|
||||
@@ -26,16 +26,8 @@ const config: CapacitorConfig = {
|
||||
resizeOnFullScreen: true
|
||||
}
|
||||
},
|
||||
android: {
|
||||
buildOptions: {
|
||||
keystorePath: "",
|
||||
keystoreAlias: "",
|
||||
releaseType: "AAB"
|
||||
}
|
||||
},
|
||||
ios: {
|
||||
scheme: "젤리의적자탈출",
|
||||
contentInset: "automatic"
|
||||
scheme: "App"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user