로컬 설정 적용: capacitor.config.ts 및 Lovable 배너 제거 설정
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user