first init
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta name="format-detection" content="email=no"/>
|
||||
<meta name="format-detection" content="date=no"/>
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0;" bgcolor="#FFFFFF">
|
||||
<table width="100%" height="100%" style="min-width: 348px;" border="0" cellspacing="0" cellpadding="0" lang="zh-CN">
|
||||
<tbody>
|
||||
<tr height="32" style="height: 32px;">
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td>
|
||||
<table border="0" cellspacing="0" cellpadding="0"
|
||||
style="padding-bottom: 20px;max-width: 516px;min-width: 220px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="8" style="width: 8px;"></td>
|
||||
<td>
|
||||
<div style="border-style: solid; border-width: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;"
|
||||
align="center">
|
||||
<div style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break: break-word;">
|
||||
<div style="font-size: 24px;">
|
||||
{{site_title}} 域名变更通知
|
||||
</div>
|
||||
<div style="font-size: 13px; color: rgba(0,0,0,0.54); margin-top: 6px;">
|
||||
你好,{{name}}!这是一封群发的站内通知邮件
|
||||
</div>
|
||||
</div>
|
||||
<div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.87); line-height: 22px; padding-top: 20px; text-align: left;">
|
||||
<div style="padding: 12px 14px; border-radius: 6px; background-color: #e8f0fe; border: 1px solid #c6dafc; margin-bottom: 14px; text-align: center;">
|
||||
<div style="font-size: 13px; color: rgba(0,0,0,0.54);">本站新域名</div>
|
||||
<div style="font-size: 18px; font-weight: bold; color: #1a73e8; margin-top: 4px; word-break: break-all;">{{site}}</div>
|
||||
</div>
|
||||
|
||||
<p style="margin: 0 0 14px;">首先,感谢你一直以来使用 {{site_title}}。本站已正式切换到新域名 <b>{{site}}</b>(原域名:{{old_domain}})。</p>
|
||||
|
||||
<p style="margin: 0 0 6px;"><b>为什么换域名?</b></p>
|
||||
<p style="margin: 0 0 14px; color: rgba(0,0,0,0.54);">.guru 域名近年来连续涨价,续费成本越来越高,因此我们迁移到了更稳定的 .one 域名。</p>
|
||||
|
||||
<p style="margin: 0 0 6px;"><b>原域名会怎样?</b></p>
|
||||
<p style="margin: 0 0 14px; color: rgba(0,0,0,0.54);">原域名将在 <b>{{expire_date}}</b> 到期。到期前访问原域名会通过 301 永久重定向自动跳转到新域名,你的账号和数据都不变;到期之后,旧域名将彻底不再使用。</p>
|
||||
|
||||
<p style="margin: 0 0 6px;"><b>你该做什么?</b></p>
|
||||
<p style="margin: 0 0 4px; color: rgba(0,0,0,0.54);">1. 记住新域名 {{site}},以后直接访问这里。</p>
|
||||
<p style="margin: 0 0 14px; color: rgba(0,0,0,0.54);">2. 如果之前通过二维码分享过自己的提问箱,记得把二维码替换成新域名对应的新二维码。</p>
|
||||
|
||||
<p style="margin: 0 0 10px;">你的提问箱地址(建议收藏):</p>
|
||||
</div>
|
||||
<div style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-height: 16px; font-size: 14px; text-align: center;">
|
||||
<a href="{{box_link}}" target="_blank"
|
||||
style="color: #ffffff; font-weight: 400; text-decoration: none; display: inline-block; padding: 10px 24px; background-color: #4184F3; border-radius: 5px; min-width: 90px;">
|
||||
打开我的提问箱
|
||||
</a>
|
||||
<div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 12px; color: rgba(0,0,0,0.54); padding-top: 10px; word-break: break-all;">
|
||||
{{box_link}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="text-align: left;">
|
||||
<div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.54);font-size: 11px; line-height: 18px; padding-top: 12px; text-align: center;">
|
||||
<div>
|
||||
这是一封系统通知邮件,由站点统一发送给全体注册用户,请勿直接回复。<br/>
|
||||
感谢你一直以来的陪伴与支持。<br/>
|
||||
© {{year}} {{site_title}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td width="8" style="width: 8px;"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="32" style="height: 32px;">
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user