总用户数
{{ total_users }}
今日 +{{ new_users_today }}
总翻译次数
{{ total_translations }}
今日 +{{ today_translations }}
VIP用户
{{ vip_users }}
缓存数量
{{ total_cache }}
命中 {{ total_cache_hits }} 次
每日翻译趋势(最近7天)
最近翻译
查看全部
{% for t in recent_translations %} {% endfor %}
文件名 状态 时间
{{ t.original_filename[:30] }}{% if t.original_filename|length > 30 %}...{% endif %} {{ t.status }} {{ t.created_at.strftime('%H:%M') }}
最近注册
查看全部
{% for u in recent_users %} {% endfor %}
用户名 类型 注册时间
{{ u.username }} {{ u.user_type }} {{ u.created_at.strftime('%m-%d %H:%M') }}