{% extends "base.html" %} {% block title %}改写 · #{{ article.id }} · aether{% endblock %} {% block content %} {% if existing_drafts %}

已生成的草稿

{% for d in existing_drafts %} {% endfor %}
平台 prompt 状态 字数 时间
{% if d.platform == 'wechat_mp' %}公众号 {% else %}小红书{% endif %} {{ d.prompt_version }} {{ d.status }} {{ d.body_len }} {{ d.created_at.strftime('%m-%d %H:%M') if d.created_at else '—' }} 查看
{% endif %}

新建草稿

选平台 → 点按钮 → 跳转草稿详情。改写通常 10-30 秒,不要关页面。

改写中...(调用 LLM,10-30 秒)

原文信息

URL
{{ article.url }}
作者
{{ article.author or '—' }}
发布时间
{{ article.published_at or '—' }}
抓取时间
{{ article.fetched_at or '—' }}
摘要
{{ article.excerpt or '—' }}
状态
{{ article.translate_status }}
body_html 长度
{{ article.body_html|length if article.body_html else 0 }} 字符
{% endblock %}