From a84ab79a0110c255752e3b802c26e5a3e85b5032 Mon Sep 17 00:00:00 2001 From: hansoo Date: Sun, 16 Mar 2025 21:23:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EC=BB=AC=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9:=20capacitor.config.ts=20=EB=B0=8F=20Lovable?= =?UTF-8?q?=20=EB=B0=B0=EB=84=88=20=EC=A0=9C=EA=B1=B0=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- capacitor.config.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/capacitor.config.ts b/capacitor.config.ts index ca21441..b6ea95f 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -11,12 +11,10 @@ const config: CapacitorConfig = { }, plugins: { SplashScreen: { - launchShowDuration: 3000, // 스플래시 화면 표시 시간 3초로 증가 - backgroundColor: "#F0F4F8", // 배경색 밝은 회색으로 변경 + launchShowDuration: 2000, + backgroundColor: "#f2f2f2", androidScaleType: "CENTER_CROP", - showSpinner: true, // 로딩 스피너 표시 - spinnerColor: "#6BCB77", // 스피너 색상 (브랜드 색상) - androidSpinnerStyle: "large" // 안드로이드 스피너 크기 + showSpinner: false }, Keyboard: { resize: "body",