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
@@ -7,7 +7,6 @@
{% block topbar_actions %}
<a class="ghost-button" href="/login-workspace">登录工作区</a>
<a class="soft-button" href="/ops/send-console">发送控制台</a>
{% endblock %}
{% block content %}
@@ -87,7 +86,7 @@
<div>
<h2>今日发送摘要</h2>
<p class="muted compact">
按账号展示今日发送、失败和待处理状态,详细明细在发送控制台查看。
按账号展示今日发送、失败和待处理状态,详细明细可继续展开查看。
</p>
</div>
<a class="link-button" href="/ops/send-console">查看明细</a>