Promote Mustela lotion identity anchor
This commit is contained in:
@@ -336,6 +336,7 @@ SEARCH_IDENTITY_ANCHORS = (
|
||||
"經典旋轉眉筆",
|
||||
"3d造型眉彩餅補充芯",
|
||||
"止汗爽身乳液",
|
||||
"慕之幼爽身潤膚乳",
|
||||
"精油芬香護手霜",
|
||||
"持久植物香氛精油",
|
||||
"口袋雙色修容打亮盤",
|
||||
@@ -2611,6 +2612,8 @@ def _extract_anchor_phrases(token: str) -> list[str]:
|
||||
phrases.append("蜂王玫瑰瑰泌霜")
|
||||
if "瞬效" in cleaned and "b5" in cleaned and "玻尿酸" in cleaned and "精華" in cleaned:
|
||||
phrases.append("瞬效b5玻尿酸精華")
|
||||
if "慕之幼" in cleaned and "爽身潤膚乳" in cleaned:
|
||||
phrases.append("慕之幼爽身潤膚乳")
|
||||
for anchor in SEARCH_IDENTITY_ANCHORS:
|
||||
anchor_phrase = _clean_search_phrase(anchor)
|
||||
if not anchor_phrase or anchor_phrase not in cleaned:
|
||||
|
||||
Reference in New Issue
Block a user