Fix: Address codebase error

This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 23:36:42 +00:00
parent 4b46a9ea35
commit 19f68eed0a
6 changed files with 208 additions and 1 deletions

View File

@@ -12,8 +12,26 @@ const config: CapacitorConfig = {
plugins: {
SplashScreen: {
launchShowDuration: 2000,
backgroundColor: "#f2f2f2"
backgroundColor: "#f2f2f2",
androidScaleType: "CENTER_CROP",
showSpinner: false
},
Keyboard: {
resize: "body",
style: "dark",
resizeOnFullScreen: true
}
},
android: {
buildOptions: {
keystorePath: "",
keystoreAlias: "",
releaseType: "AAB"
}
},
ios: {
scheme: "젤리의적자탈출",
contentInset: "automatic"
}
};