From fca5e7b4caeeafb98d705915ae8336f5f3689a96 Mon Sep 17 00:00:00 2001 From: JokerTrickster Date: Wed, 30 Oct 2024 20:12:47 +0900 Subject: [PATCH] =?UTF-8?q?{improvement}=20-=20=EB=94=94=EC=9E=90=EC=9D=B4?= =?UTF-8?q?=EB=84=88=20=EC=9D=B4=EB=A9=94=EC=9D=BC=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?\n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/aws/template/foodNameReport.html | 62 ++++++++++++-------- src/utils/aws/template/foodNameReport.json | 4 +- src/utils/aws/template/foodUploadReport.html | 19 ++++++ src/utils/aws/template/foodUploadReport.json | 2 +- 4 files changed, 58 insertions(+), 29 deletions(-) diff --git a/src/utils/aws/template/foodNameReport.html b/src/utils/aws/template/foodNameReport.html index 9144af9..68774c4 100644 --- a/src/utils/aws/template/foodNameReport.html +++ b/src/utils/aws/template/foodNameReport.html @@ -1,9 +1,10 @@ + - 오늘 추가된 음식 레포트 + 오늘의 음식 추천 리스트 +
-

오늘 추가된 음식 레포트

-
{{currentDate}}
-

음식 리스트

- +

{{currentDate}} 음식 이름 업로드 리스트

+

아래 링크를 들어가서 음식 이름을 많이 넣어주세요~

+ + + +

업로드 음식 이름

+
+ {{foodList}} +
+ \ No newline at end of file diff --git a/src/utils/aws/template/foodNameReport.json b/src/utils/aws/template/foodNameReport.json index 676b0d3..9ac2aae 100644 --- a/src/utils/aws/template/foodNameReport.json +++ b/src/utils/aws/template/foodNameReport.json @@ -2,7 +2,7 @@ "Template": { "TemplateName": "foodNameReport", "SubjectPart": "푸드픽 음식 저장 리포트", - "TextPart":"오늘 추가된 음식 레포트\n\n오늘 날짜: {{currentDate}}\n\n음식 리스트:\n{{foodList}}\n", - "HtmlPart": "\n\n\n \n \n 오늘 추가된 음식 레포트\n \n\n\n
\n

오늘 추가된 음식 레포트

\n
{{currentDate}}
\n

음식 리스트

\n \n
\n\n" + "TextPart": "오늘의 음식 추천 리스트\n\n오늘 날짜: {{currentDate}}\n\n음식 리스트:\n{{foodList}}", + "HtmlPart": "\n\n\n \n \n 오늘의 음식 추천 리스트\n \n\n\n
\n

{{currentDate}} 음식 이름 업로드 리스트

\n

아래 링크를 들어가서 음식 이름을 많이 넣어주세요~

\n \n

업로드 음식 이름

\n
\n {{foodList}}\n
\n
\n\n" } } \ No newline at end of file diff --git a/src/utils/aws/template/foodUploadReport.html b/src/utils/aws/template/foodUploadReport.html index 4eebeac..8160931 100644 --- a/src/utils/aws/template/foodUploadReport.html +++ b/src/utils/aws/template/foodUploadReport.html @@ -61,6 +61,20 @@ font-size: 14px; color: #444; } + + .link-container { + text-align: center; + margin-top: 20px; + } + + .link-button { + display: inline-block; + padding: 10px 20px; + background-color: #007bff; + color: #ffffff; + text-decoration: none; + border-radius: 5px; + } @@ -78,6 +92,11 @@

업로드 성공한 음식

업로드 실패한 음식

{{failedFoodList}}
+ + diff --git a/src/utils/aws/template/foodUploadReport.json b/src/utils/aws/template/foodUploadReport.json index 032cf81..2d36388 100644 --- a/src/utils/aws/template/foodUploadReport.json +++ b/src/utils/aws/template/foodUploadReport.json @@ -3,6 +3,6 @@ "TemplateName": "foodUploadReport", "SubjectPart": "푸드픽 음식 이미지 업로드 결과 리포트", "TextPart": "아래는 음식 이미지 업로드 결과입니다.\n확인해서 음식 업로드 실패한 음식 이름은 음식 이름을 추가해주세요~\n\n업로드 성공한 음식:\n{{successFoodList}}\n\n업로드 실패한 음식:\n{{failedFoodList}}", - "HtmlPart": "Food Upload Status
아래는 음식 이미지 업로드 결과입니다.
확인해서 음식 업로드 실패한 음식 이름은 음식 이름을 추가해주세요~

업로드 성공한 음식

{{successFoodList}}

업로드 실패한 음식

{{failedFoodList}}
" + "HtmlPart": "Food Upload Status
아래는 음식 이미지 업로드 결과입니다.
확인해서 음식 업로드 실패한 음식 이름은 음식 이름을 추가해주세요~

업로드 성공한 음식

{{successFoodList}}

업로드 실패한 음식

{{failedFoodList}}
" } } \ No newline at end of file