mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
feat(email): extract notification templates
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user