로컬 설정 적용: capacitor.config.ts 및 Lovable 배너 제거 설정

This commit is contained in:
hansoo
2025-03-16 21:23:56 +09:00
parent f62d89b040
commit a84ab79a01

View File

@@ -11,12 +11,10 @@ const config: CapacitorConfig = {
}, },
plugins: { plugins: {
SplashScreen: { SplashScreen: {
launchShowDuration: 3000, // 스플래시 화면 표시 시간 3초로 증가 launchShowDuration: 2000,
backgroundColor: "#F0F4F8", // 배경색 밝은 회색으로 변경 backgroundColor: "#f2f2f2",
androidScaleType: "CENTER_CROP", androidScaleType: "CENTER_CROP",
showSpinner: true, // 로딩 스피너 표시 showSpinner: false
spinnerColor: "#6BCB77", // 스피너 색상 (브랜드 색상)
androidSpinnerStyle: "large" // 안드로이드 스피너 크기
}, },
Keyboard: { Keyboard: {
resize: "body", resize: "body",