fix(App): comment out unused RouterLink for the lucky route

This commit is contained in:
Astrian Zheng 2025-05-27 21:23:20 +10:00
parent dc09918aa9
commit 00b1083626
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -25,12 +25,12 @@ const router = useRouter()
:class="route.path === '/' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">浏览</span>
</RouterLink>
</li>
<li>
<!-- <li>
<RouterLink to="/lucky"
:class="route.path === '/lucky' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">
<span class="text-4xl">手气不错</span>
</RouterLink>
</li>
</li> -->
<li>
<RouterLink to="/library"
:class="route.path === '/library' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">