文章编写系统
{{topic.name}}
分类:
{% if topic.categories %} {% for c in topic.categories %}
{{c.name}}
{% endfor %} {% else %}
未分类
{% endif %}
标签:
{% if topic.tags %} {% for tg in topic.tags %}
{{tg.name}}
{% endfor %} {% else %}
无标签
{% endif %}
编辑
生成Prompt
保存
历史Prompt(点击恢复)
{{topic.prompt or ''}}
{% if topic.description %}
主题说明:{{topic.description}}
{% endif %}
素材库
{{materials|length}}
文本
图片
Ctrl+V 粘贴截图 或 点击选择图片
{% if materials %} {% for m in materials %}
{{'文本' if m.type=='text' else '图片'}}
{% if m.type == 'text' %}
{{m.content}}
{% else %} {% if m.content %}
{{m.content}}
{% endif %}
{% endif %}
{{m.created_at}}
{% endfor %} {% else %}
添加素材开始创作
{% endif %}
文章生成
生成文章
{% if articles %} {% for a in articles %}
{{a.created_at}} · {{a.model}} {% if a.prompt_used %}
{% endif %}
{% if a.prompt_used %}
{{a.prompt_used}}
{% endif %}
{{a.content}}
{% endfor %} {% else %}
添加素材并编辑Prompt后,点击「生成文章」
{% endif %}
编辑分类与标签
分类(可多选)
点击选择所属分类
标签
添加
添加文本素材
添加图片素材
选择图片
图片说明(可选)
粘贴上传
图片说明(可选)