feat: add theme toggle and simplify nav

This commit is contained in:
haeyupi
2026-05-30 02:41:03 +08:00
parent 2b84433d9e
commit e153f901cf
10 changed files with 252 additions and 53 deletions
@@ -1,8 +1,8 @@
{% extends "base.html" %}
{% block nav_key %}send_console{% endblock %}
{% block title %}发送控制台 | 自动续火花{% endblock %}
{% block page_title %}发送控制台{% endblock %}
{% block title %}发送明细 | 自动续火花{% endblock %}
{% block page_title %}发送明细{% endblock %}
{% block page_subtitle %}今日发送明细、失败队列和针对性重试{% endblock %}
{% block topbar_actions %}
@@ -432,7 +432,7 @@
<div class="console-footer">共 {{ send_console.accounts|length }} 个账号</div>
{% else %}
<div class="console-empty empty-state">
当前没有启用账号,暂无可展示的发送控制台数据
当前没有启用账号,暂无可展示的发送明细
</div>
{% endif %}
</div>