Files
CheckInApp/apps/backend/email_templates/templates/token-expiring.html

14 lines
674 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<p>您好,${user_alias}</p>
<p>您的 QQ 登录凭证即将在 <strong>${minutes_left} 分钟</strong>后过期。</p>
<div class="status-box" style="--accent: #c2410c; --surface: #fff7ed;">
<p class="status-title">重要提示</p>
<ul class="status-list">
<li>登录凭证过期后,系统将无法自动执行您的打卡任务</li>
<li>当前凭证尚未过期,暂时无需在网页中刷新</li>
<li>如果后续打卡失败,系统会在失败通知中提供前往网页的入口</li>
</ul>
</div>
<p class="muted">这封邮件仅用于提前提醒凭证状态,实际处理入口会出现在打卡失败通知中。</p>