refactor(notif): 精简html模板文字标题

This commit is contained in:
Alirea
2025-09-26 23:19:56 +08:00
parent 4e44669695
commit 6f77c29e19
3 changed files with 10 additions and 10 deletions

View File

@@ -126,9 +126,9 @@
</div>
<div class="content">
<p><strong>脚本实例名称:</strong>{{ script_name }}</p>
<p><strong>任务开始时间:</strong>{{ start_time }}</p>
<p><strong>任务结束时间:</strong>{{ end_time }}</p>
<p><strong>实例名称:</strong>{{ script_name }}</p>
<p><strong>开始时间:</strong>{{ start_time }}</p>
<p><strong>结束时间:</strong>{{ end_time }}</p>
<p><strong>已完成数:</strong>{{ completed_count }}</p>
{% if uncompleted_count %}
<p><strong>未完成数:</strong>{{ uncompleted_count }}</p>