feat(invite): add invite code registration system

This commit is contained in:
2026-07-06 01:13:07 +08:00
parent a769ce7546
commit 2c0725b242
6 files changed
+335 -2

No files matched your search

+3
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>