fix(web): show ai route fallback evidence
All checks were successful
CD Pipeline / tests (push) Successful in 5m57s
Code Review / ai-code-review (push) Successful in 11s
CD Pipeline / build-and-deploy (push) Successful in 3m56s
CD Pipeline / post-deploy-checks (push) Successful in 1m34s

This commit is contained in:
Your Name
2026-05-24 12:15:02 +08:00
parent b20daeabd8
commit df06c025ff
3 changed files with 103 additions and 13 deletions

View File

@@ -253,7 +253,19 @@
"humanGap": "Human gap",
"humanGapDetail": "{gate} missing {count}",
"modelRoute": "Model route",
"routeDetail": "{model}; fallback {fallback}",
"routeDetail": "{model}; current {selected}; {primary}={primaryStatus}; fallback {fallback}",
"routeReasonSeparator": "; ",
"routeReason": "Reason: {reason}",
"routeErrorDetail": "Route check failed: {error}",
"routeNoFallback": "none",
"routeHealth": {
"healthy": "healthy",
"slow": "slow",
"degraded": "degraded",
"offline": "offline",
"not_checked": "standby",
"unknown": "unknown"
},
"topGap": "Largest current gap: {gate}, {count} items."
}
},

View File

@@ -254,7 +254,19 @@
"humanGap": "人工缺口",
"humanGapDetail": "{gate} 缺 {count} 筆",
"modelRoute": "模型路由",
"routeDetail": "{model};備援 {fallback}",
"routeDetail": "{model}目前 {selected}{primary}={primaryStatus}備援 {fallback}",
"routeReasonSeparator": "",
"routeReason": "原因:{reason}",
"routeErrorDetail": "路由檢查失敗:{error}",
"routeNoFallback": "無",
"routeHealth": {
"healthy": "健康",
"slow": "偏慢",
"degraded": "降級",
"offline": "離線",
"not_checked": "待命",
"unknown": "未知"
},
"topGap": "目前最大缺口:{gate},共 {count} 筆。"
}
},