V10.542 拆分可用比價覆蓋率口徑
This commit is contained in:
@@ -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)}`
|
||||
|
||||
Reference in New Issue
Block a user