Listing编辑器

已在本机保存
未配置模型

02 · OUTLINE

Listing 大纲

Customer Service

03 · REVIEW & EXPORT

确认并导出

确认操作

AI CONNECTION

配置 AI 接口

API Key 不在网页中保存

线上版本通过 Cloudflare Secret 配置 LISTING_AI_API_KEY。访问口令仅保存在当前浏览器会话,用于防止公开网页被他人消耗你的模型额度。

AI PROMPTS

配置 AI 提示词

字段变量决定 AI 实际可读取的内容

只有提示词中明确写入的 {{字段变量}} 会展开为对应文本;未写入的字段、左侧素材库和 Customer Service 不会发送。默认字段提示词使用 {{currentDraft}}

字段说明书点击查看可用变量和读取范围

Draft 结尾代表原文框;不带 Draft 代表 AI优化版本。current 会跟随本次点击的字段。AI 版本不存在时变量展开为空,组合变量自动跳过空字段。

原文框变量

{{currentDraft}}当前字段原文 {{titleDraft}}Title 原文 {{keyFeature1Draft}} … {{keyFeature5Draft}}指定 Key Feature 原文 {{allKeyFeatureDrafts}}五个 Key Feature 原文 {{longDescriptionDraft}}Long Description 原文 {{specificationsDraft}}Specifications 原文 {{warmTipsDraft}}Warm Tips 原文 {{allDrafts}}全部大纲原文

AI优化版本变量

{{current}}当前字段 AI优化版本 {{title}}Title AI优化版本 {{keyFeature1}} … {{keyFeature5}}指定 Key Feature AI优化版本 {{allKeyFeatures}}五个 Key Feature AI优化版本 {{longDescription}}Long Description AI优化版本 {{specifications}}Specifications AI优化版本 {{warmTips}}Warm Tips AI优化版本 {{allOutline}}全部 AI优化版本,不含 Customer Service

示例:根据 {{currentDraft}} 优化,并参考 {{specificationsDraft}}。