From 7fe1bd7734e8a1f80523d5fce34290e3f20a7403 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Sun, 21 Aug 2022 21:09:23 +0800
Subject: [PATCH] 新增邮件消息自提醒

---
 snowy-main/src/main/resources/templates/emailReplyModel.ftl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/snowy-main/src/main/resources/templates/emailReplyModel.ftl b/snowy-main/src/main/resources/templates/emailReplyModel.ftl
index d770428..ff836cd 100644
--- a/snowy-main/src/main/resources/templates/emailReplyModel.ftl
+++ b/snowy-main/src/main/resources/templates/emailReplyModel.ftl
@@ -12,7 +12,7 @@
         <h2 style="border-bottom:1px solid #DDD;font-size:14px;font-weight:normal;padding:13px 0 10px 8px;">
             <span style="color: #12ADDB;font-weight: bold;">&gt; </span>叮! 您在<a
                 style="text-decoration:none;color: #12ADDB;" href="${address}"
-                target="_blank" rel="noopener">${title}</a>的留言有了新的回复呐~
+                target="_blank" rel="noopener">${title}</a>的留言有了新的回复咯~
         </h2>
         <div style="padding:0 12px 0 12px;margin-top:18px">
             <p>您的留言:</p>
@@ -29,7 +29,7 @@
     </div>
     <div
             style="color:#8c8c8c;;font-family: 'Century Gothic','Trebuchet MS','Hiragino Sans GB',微软雅黑,'Microsoft Yahei',Tahoma,Helvetica,Arial,'SimSun',sans-serif;font-size: 10px;width: 100%;text-align: center;word-wrap:break-word;margin-top: -30px;">
-        <p style="padding:20px;">邮件内容来源 <a href="http://blog.inleft.com/" rel="noopener" target="_blank">inleft</a></p>
+        <p style="padding:20px;">邮件内容来源 <a href="http://blog.inleft.com/" rel="noopener" target="_blank">inleft的邮递员</a></p>
     </div>
     <a style="text-decoration:none; color:#FFF;width: 40%;text-align: center;background-color:#c7e0f5;height: 40px;line-height: 35px;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);margin: -10px auto;display: block;"
        href="${address}" target="_blank" rel="noopener">查看原文</a>

--
Gitblit v1.9.1