feat: 完成独立的邀请与达人榜系统架构

This commit is contained in:
2026-03-12 09:33:38 +08:00
parent af1d1c5ace
commit 0ab0483603
9 changed files with 300 additions and 4 deletions
+4
View File
@@ -73,6 +73,10 @@
class="text-indigo-200 hover:text-white font-bold flex items-center transition hidden sm:flex">
大厅
</a>
<a href="{{ route('invite.leaderboard') }}"
class="text-rose-400 hover:text-rose-300 font-bold flex items-center transition hidden sm:flex {{ request()->routeIs('invite.leaderboard') ? 'text-rose-200 underline underline-offset-4' : '' }}">
邀请排行
</a>
<a href="{{ route('leaderboard.index') }}"
class="text-yellow-400 hover:text-yellow-300 font-bold flex items-center transition hidden sm:flex">
风云榜