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