From 1e152bbcfb357073d8bcf0b51fe701e3fb81540d Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 22 Aug 2022 23:22:00 +0800
Subject: [PATCH] 修正邮箱拉取条数 添加日志上下篇

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

diff --git a/snowy-main/src/main/resources/templates/emailReplyModel.ftl b/snowy-main/src/main/resources/templates/emailReplyModel.ftl
index 4f9f564..ff836cd 100644
--- a/snowy-main/src/main/resources/templates/emailReplyModel.ftl
+++ b/snowy-main/src/main/resources/templates/emailReplyModel.ftl
@@ -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