補強 Karadium 眼影棒同款比對
All checks were successful
CD Pipeline / deploy (push) Successful in 1m4s

This commit is contained in:
OoO
2026-05-21 19:03:56 +08:00
committed by AiderHeal Bot
parent 5a5f268358
commit 05643de83a
4 changed files with 31 additions and 1 deletions

View File

@@ -1814,6 +1814,20 @@ def score_marketplace_match(
):
score += 0.09
reasons.append("shared_identity_anchor_recipe_box_line")
if (
"閃亮珍珠眼影棒" in shared_anchor
and {"karadium"} <= (left.brand_tokens | right.brand_tokens)
and brand_score >= 0.95
and not hard_veto
and price_penalty == 0
and type_score >= 0.55
and spec_score >= 0.55
and token_score >= 0.50
and sequence_score >= 0.60
and not variant_descriptor_conflict
):
score += 0.12
reasons.append("shared_identity_anchor_karadium_eye_stick")
if (
shared_anchor
and len(shared_anchor.replace(" ", "")) >= 5