固化 PChome AI dashboard benchmark guardrails
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -103,6 +103,17 @@
|
||||
<strong>{{ ai_first_viewport.title | default('AI 全自動閉環') }}</strong>
|
||||
<em>{{ ai_first_viewport.metric | default('主流程阻斷 ' ~ (ai_auto_summary.primary_human_gate_count | default(0) | number_format) ~ ' · AI 例外 ' ~ (ai_auto_summary.ai_exception_count | default(ai_auto_summary.exception_count | default(0)) | number_format)) }}</em>
|
||||
</div>
|
||||
{% if ai_first_viewport.today_status | default([]) %}
|
||||
<div class="growth-automation-steps" aria-label="今日 AI 自動化狀態">
|
||||
{% for status in ai_first_viewport.today_status %}
|
||||
<div class="growth-automation-step is-{{ status.tone | default('neutral') }}">
|
||||
<span>{{ status.label }}</span>
|
||||
<strong class="momo-mono">{{ status.value }}</strong>
|
||||
<em>{{ status.detail }}</em>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="growth-automation-steps">
|
||||
{% for step in growth.automation_pipeline | default([]) %}
|
||||
<div class="growth-automation-step is-{{ step.tone | default('neutral') }}">
|
||||
|
||||
Reference in New Issue
Block a user