From 994b1e907f05e697d032c6173aad75c9657769a1 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Tue, 27 Jun 2023 20:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/mail/link-custom-add.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/mail/link-custom-add.blade.php b/resources/views/mail/link-custom-add.blade.php index 1484214..8a7982b 100644 --- a/resources/views/mail/link-custom-add.blade.php +++ b/resources/views/mail/link-custom-add.blade.php @@ -7,7 +7,7 @@ - +
{{ env('APP_NAME') }}{{ env('APP_NAME') }}
@@ -26,6 +26,7 @@ 您好 {{ $userBlog }} 的站长:{{ $userEmail }}
您在本博客({{ env('APP_NAME') }})申请了友链
+ 邮件为通知您您已成功申请友链,需等待站长进行审核,我们将在审核完毕后再次发送邮件通知您
请在确认一次您的信息是否正确:
    @@ -34,7 +35,7 @@
  • 贵站地址:{{ $userUrl }}
  • 图片地址:{{ $userIcon }}
  • 贵站介绍:{{ $userDescription }}
  • -
  • 备注内容:{{ $userRemark }}
  • + @if(!empty($userRemark))
  • 备注内容:{{ $userRemark }}
  • @endif @if(!empty($checkRssJudge))
  • RSS地址:{{ $userRSS }}
  • @endif