feat: 完成独立的邀请与达人榜系统架构
This commit is contained in:
@@ -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">
|
||||
风云榜
|
||||
|
||||
Reference in New Issue
Block a user