1
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
<li><strong>闲鱼·正文基础</strong>:「一键代下」「教你下单」两版共用的正文说明(在标题/型号行之后)</li>
|
<li><strong>闲鱼·正文基础</strong>:「一键代下」「教你下单」两版共用的正文说明(在标题/型号行之后)</li>
|
||||||
<li><strong>闲鱼·教你下单尾部</strong>:接在「更新日期」后的附加说明</li>
|
<li><strong>闲鱼·教你下单尾部</strong>:接在「更新日期」后的附加说明</li>
|
||||||
<li><strong>闲鱼·标题清洗正则</strong>:从标题、型号备注中删除匹配片段(须为合法 Java 正则)</li>
|
<li><strong>闲鱼·标题清洗正则</strong>:从标题、型号备注中删除匹配片段(须为合法 Java 正则)</li>
|
||||||
|
<li><strong>闲鱼·种草文案提示词</strong>:用于可选生成高转化种草文案,支持 goods_title / goods_model / goods_type 等占位符</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</el-alert>
|
</el-alert>
|
||||||
@@ -428,7 +429,8 @@ export default {
|
|||||||
'content:both': '通用文案',
|
'content:both': '通用文案',
|
||||||
'xianyu:wenan_base': '闲鱼·正文基础',
|
'xianyu:wenan_base': '闲鱼·正文基础',
|
||||||
'xianyu:jiaonixiadan_extra': '闲鱼·教你下单尾部',
|
'xianyu:jiaonixiadan_extra': '闲鱼·教你下单尾部',
|
||||||
'xianyu:title_clean_regex': '闲鱼·标题清洗正则'
|
'xianyu:title_clean_regex': '闲鱼·标题清洗正则',
|
||||||
|
'xianyu:seed_note_prompt': '闲鱼·种草文案提示词'
|
||||||
}
|
}
|
||||||
return labels[key] || key
|
return labels[key] || key
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user