mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
21 lines
506 B
HTML
21 lines
506 B
HTML
<p>您好,${user_alias}!</p>
|
||
<p>您的接龙自动打卡任务已执行。</p>
|
||
|
||
<table class="info-table">
|
||
<tr>
|
||
<td class="info-label">执行时间</td>
|
||
<td>${executed_time}</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="info-label">任务 ID</td>
|
||
<td>${thread_id}</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="info-label">打卡状态</td>
|
||
<td><strong style="color: ${status_color};">${status_text}</strong></td>
|
||
</tr>
|
||
${message_row}
|
||
</table>
|
||
|
||
${guidance_section}
|