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

@@ -16,5 +16,6 @@
</label>
<button type="submit" class="btn btn-primary">登录</button>
</form>
<p style="margin-top:1rem;text-align:center;font-size:.85rem">没有账号?<a href="/register">去注册</a></p>
</div>
{% endblock %}