From 0c54e2db6e835bf486c9d721dec59a271f9a3837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=85=E1=85=B5=E1=84=82=E1=85=B5=5F=E1=84=8B=E1=85=B5?= =?UTF-8?q?=E1=84=80=E1=85=A7=E1=86=BC=E1=84=85=E1=85=B5=E1=86=AB?= Date: Thu, 20 Feb 2025 14:43:23 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20alert=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LoadingPage/LoadingPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/LoadingPage/LoadingPage.tsx b/src/pages/LoadingPage/LoadingPage.tsx index dbb4606..cfba7c4 100644 --- a/src/pages/LoadingPage/LoadingPage.tsx +++ b/src/pages/LoadingPage/LoadingPage.tsx @@ -22,7 +22,6 @@ const LoadingPage = () => { type: AppBridgeMessageType.RECEIVE_GENERATED_REVIEW, payload: { result: String(generateReviewData) }, }); - alert("디버깅 메시지: generateReviewData" + generateReviewData); if (generateReviewData.length > 0) { navigateToReviewResult(); From c05585593836240aa30e3f4ba7cc9ed6e411fe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=85=E1=85=B5=E1=84=82=E1=85=B5=5F=E1=84=8B=E1=85=B5?= =?UTF-8?q?=E1=84=80=E1=85=A7=E1=86=BC=E1=84=85=E1=85=B5=E1=86=AB?= Date: Thu, 20 Feb 2025 14:54:20 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=EB=A7=90=ED=88=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SelectStyle/SelectStyle.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SelectStyle/SelectStyle.tsx b/src/components/SelectStyle/SelectStyle.tsx index 64481c8..47c50cc 100644 --- a/src/components/SelectStyle/SelectStyle.tsx +++ b/src/components/SelectStyle/SelectStyle.tsx @@ -28,8 +28,8 @@ const IMG_STYLE_DATA = [ const STYLE_NAME_MAPPING: { [key: string]: string } = { "친근한 말투": "FRIENDLY", - "유쾌한 말투": "CUTE", - "귀여운 말투": "PROFESSIONAL", + "믿음직한 말투": "PROFESSIONAL", + "귀여운 말투": "CUTE", }; const SelectStyle = () => { From 66686174e45c6307860a8532cfb4aa3563388cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=85=E1=85=B5=E1=84=82=E1=85=B5=5F=E1=84=8B=E1=85=B5?= =?UTF-8?q?=E1=84=80=E1=85=A7=E1=86=BC=E1=84=85=E1=85=B5=E1=86=AB?= Date: Thu, 20 Feb 2025 18:14:19 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=EB=94=94=EB=B2=84=EA=B9=85=EC=9A=A9?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LoadingPage/LoadingPage.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/LoadingPage/LoadingPage.tsx b/src/pages/LoadingPage/LoadingPage.tsx index cfba7c4..6cb8da3 100644 --- a/src/pages/LoadingPage/LoadingPage.tsx +++ b/src/pages/LoadingPage/LoadingPage.tsx @@ -45,10 +45,7 @@ const LoadingPage = () => { borderRadius: "8px", marginTop: "20px", }} - > -

🔍 디버깅용 데이터

-
{JSON.stringify(generateReviewData, null, 2)}
- + >
createReviewImg