{% extends "base.html" %}
{% block title %}文章库 · aether{% endblock %}
{% block content %}
共 {{ total }} 篇 · 第 {{ page }} 页文章库
| id | 标题 | 源 | 抓取时间 | 状态 | 操作 |
|---|---|---|---|---|---|
| #{{ a.id }} |
{{ a.title or '(无标题)' }}
{% if a.excerpt %} {{ a.excerpt[:80] }}{% if a.excerpt|length > 80 %}…{% endif %} {% endif %}
|
{{ a.source_name or a.source_id }} | {{ a.fetched_at.strftime('%m-%d %H:%M') if a.fetched_at else '—' }} | {{ a.translate_status }} | {% if a.translate_status == 'drafted' %}查看草稿{% else %}去改写{% endif %} |
没有匹配的文章。
先去 python -m blocks.sources.multi.subgraph --source hubspot 抓一波回来。