V10.542 拆分可用比價覆蓋率口徑

This commit is contained in:
OoO
2026-06-01 10:01:48 +08:00
parent 7e057435c5
commit 4bc271f7ed
16 changed files with 57 additions and 10 deletions

View File

@@ -328,7 +328,8 @@ let priceChartInstance = null;
? ` · 可救援 ${formatBackfillLimitedCount(staleRecovery.candidate_count, staleRecovery.has_more)}`
: '';
return (
`身份覆蓋 ${formatBackfillRate(coverage.match_rate)}`
`可用比價 ${formatBackfillRate(coverage.decision_ready_rate)}`
+ ` · 身份 ${formatBackfillRate(coverage.match_rate)}`
+ ` · 新鮮 ${formatBackfillRate(coverage.fresh_match_rate)}`
+ ` · 待刷新 ${formatBackfillCount(coverage.stale_matches)}`
+ ` · 待補抓 ${formatBackfillCount(coverage.pending)}`