fix: 隐藏 Demo 标识并修正时间展示

This commit is contained in:
meijiali
2026-07-06 14:57:59 +08:00
parent c406364d14
commit 9d212b54be
5 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
{% set ai_percent = rate_percent(task.analysis_success_rate) %}
{% set target_comments = task.hotspot_limit * task.item_limit_per_hotspot * task.comment_limit_per_item %}
<div class="d-flex flex-wrap justify-content-between gap-3 mb-3">
<p class="mb-0">平台:{{ task.platform | platform_label }}{% if task.is_demo %}<span class="badge text-bg-info ms-2">Demo 数据</span>{% endif %}</p>
<p class="mb-0">平台:{{ task.platform | platform_label }}</p>
<p class="mb-0 text-muted">创建时间 {{ task.created_at_label }} · 阶段 {{ task.current_stage_label or "等待启动" }}</p>
</div>
<div class="mb-3">