feat(email): extract notification templates

This commit is contained in:
2026-05-05 12:18:18 +08:00
parent 8d3773a2eb
commit a780c1bf52
13 changed files with 878 additions and 633 deletions
@@ -0,0 +1,11 @@
<p>您好,${user_alias}</p>
<p>很遗憾,您的账户注册申请未能通过审批。</p>
<div class="status-box" style="--accent: #b91c1c; --surface: #fef2f2;">
<p class="status-title">审批结果:未通过</p>
<p>处理时间:${processed_time}</p>
</div>
${reason_section}
<p>如有疑问,请联系系统管理员。</p>