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/remindMe.ftl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/snowy-main/src/main/resources/templates/remindMe.ftl b/snowy-main/src/main/resources/templates/remindMe.ftl index f273042..ec20709 100644 --- a/snowy-main/src/main/resources/templates/remindMe.ftl +++ b/snowy-main/src/main/resources/templates/remindMe.ftl @@ -11,7 +11,7 @@ </h2> <div style="padding:0 12px 0 12px;margin-top:18px"> <p style="background:#fafafa repeating-linear-gradient(-45deg,#fff,#fff 1.125rem,transparent 1.125rem,transparent 2.25rem);box-shadow:0 2px 5px rgba(0,0,0,.15);margin:20px 0;padding:15px;border-radius:5px;font-size:14px;color:#555"> - 新增了 ${sendContent} 条未读信息 + ${sendContent} </p> <#list contentList as item> <p><strong>${item.visitorNickName!''}</strong> 留言:</p> -- Gitblit v1.9.1