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>

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>

View File

@@ -166,10 +166,10 @@
</div>
<div class="content">
<p><strong>用户代理信息:</strong>{{ sub_info }}</p>
<p><strong>任务开始时间:</strong>{{ start_time }}</p>
<p><strong>任务结束时间:</strong>{{ end_time }}</p>
<p><strong>脚本执行结果:</strong>
<p><strong>代理信息:</strong>{{ sub_info }}</p>
<p><strong>开始时间:</strong>{{ start_time }}</p>
<p><strong>结束时间:</strong>{{ end_time }}</p>
<p><strong>执行结果:</strong>
{% if sub_result == '代理成功' %}
<span class="greenhighlight">{{ sub_result }}</span>
{% elif sub_result == '代理失败' %}