文章编写系统
未配置
模型配置
分类管理
新建主题
分类
清除
全部
{% for c in categories %}
{{c.name}}
{% endfor %}
标签
清除
{% for t in tags %}
{{t.name}}
{% endfor %} {% if not tags %}
暂无标签
{% endif %}
{% if topics %}
{% for t in topics %}
{{t.name}}
{% if t.description %}
{{t.description}}
{% endif %} {% if t.categories %}
{% for c in t.categories %}
{{c.name}}
{% endfor %}
{% endif %} {% if t.tags %}
{% for tg in t.tags %}
{{tg.name}}
{% endfor %}
{% endif %}
{{t.mat_count}} 素材
{{t.updated_at}}
{% endfor %}
{% else %}
还没有主题
点击右上角「新建主题」开始吧
{% endif %}
新建主题
主题名称 *
主题说明
分类(可多选)
点击选择所属分类
标签
添加
默认Prompt
分类管理
添加
大模型接口配置
API 地址
兼容 OpenAI 格式的接口地址
API Key
模型名称
配置保存后立即生效,所有主题生成文章时使用此配置。