修改部分参数

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-08 01:16:40 +08:00
parent 40b8cc8023
commit a26f7214f9
30 changed files with 341 additions and 3206 deletions

View File

@@ -107,13 +107,13 @@
<i class="bi bi-arrows-move me-2"></i>{{ _('Control') }}
</a>
</li>
{% if current_user.is_authenticated and not current_user.is_guest %}
<!-- {% if current_user.is_authenticated and not current_user.is_guest %}
<li class="nav-item mb-1">
<a class="nav-link text-dark {% if request.endpoint == 'main.account' %}active text-white shadow-sm{% endif %}" href="{{ url_for('main.account') }}">
<i class="bi bi-person-badge me-2"></i>{{ _('Account Management') }}
</a>
</li>
{% endif %}
{% endif %} -->
</ul>
{% if current_user.is_authenticated and current_user.is_admin %}