This commit is contained in:
van
2026-04-06 16:16:47 +08:00
parent 733f9624cc
commit 2a53f8bbff

View File

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