feat(invite): add invite code registration system

This commit is contained in:
2026-07-06 01:13:07 +08:00
parent a7c5082ff6
commit b58956937e
6 changed files with 335 additions and 2 deletions

View File

@@ -14,6 +14,9 @@
{% if user is defined and user %}
<a href="/profiles">Profile</a>
<a href="/settings">设置</a>
{% if user.is_admin %}
<a href="/admin/invites">邀请码管理</a>
{% endif %}
<a href="/logout" class="nav-logout">退出</a>
{% endif %}
</div>