文章编写系统
{{topic.name}}
生成Prompt
保存
{{topic.prompt or ''}}
{% if topic.description %}
主题说明:{{topic.description}}
{% endif %}
素材库
{{materials|length}}
文本
图片
{% 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}}
{{a.content}}
{% endfor %} {% else %}
添加素材并编辑Prompt后,点击「生成文章」
{% endif %}
添加文本素材
添加图片素材
选择图片
图片说明(可选)