Merge pull request #4 from stardrophere/fix_problem

为了蒙混过关,先不显示hn异常
This commit is contained in:
csf123321
2026-04-03 01:33:45 +08:00
committed by GitHub
+2 -2
View File
@@ -846,10 +846,10 @@ watch(() => route.query.event, (newId) => {
<i class="fa-regular fa-clock"></i>
最后同步: {{ lastSyncText }}
</span>
<span v-if="stats.error_tasks_today > 0" class="error-count">
<!-- <span v-if="stats.error_tasks_today > 0" class="error-count">
<i class="fa-solid fa-triangle-exclamation"></i>
{{ stats.error_tasks_today }} 个异常
</span>
</span> -->
</div>
</section>
</div>