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> :class="route.path === '/' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">浏览</span>
</RouterLink> </RouterLink>
</li> </li>
<li> <!-- <li>
<RouterLink to="/lucky" <RouterLink to="/lucky"
:class="route.path === '/lucky' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'"> :class="route.path === '/lucky' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">
<span class="text-4xl">手气不错</span> <span class="text-4xl">手气不错</span>
</RouterLink> </RouterLink>
</li> </li> -->
<li> <li>
<RouterLink to="/library" <RouterLink to="/library"
:class="route.path === '/library' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'"> :class="route.path === '/library' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">