feat: show price evidence in growth details
All checks were successful
CD Pipeline / deploy (push) Successful in 1m12s

This commit is contained in:
ogt
2026-06-24 19:59:46 +08:00
parent 776a7dd4ea
commit 2d9acfdc5c
4 changed files with 147 additions and 9 deletions

View File

@@ -457,6 +457,10 @@ def test_ai_intelligence_template_uses_pchome_growth_name_and_endpoint():
assert "商品策略分流" in template
assert "growth-strategy-card" in template
assert "aiRecsPanel" in template
assert "growth-detail-price-grid" in template
assert "growth-price-chip" in template
assert "formatGrowthDetailPrice" in template
assert "formatGapDisplay" in template
assert "scrollToPanel('externalPricePanel')" in template
assert "備援資料檢查" in template
assert "外部報價預檢" not in template