feat: update nuxt.config.ts with redirects for specific paths; remove index.vue and add desktop/index.vue for app structure

This commit is contained in:
yuanhau 2025-05-11 23:23:05 +08:00
parent 3c1eb8176b
commit 8b07d4b3be
4 changed files with 27 additions and 11 deletions

View file

@ -54,7 +54,7 @@ onMounted(() => {
></span
></span>
<div class="flex flex-row justify-center align-center gap-0s">
<NuxtLink :to="localePath('/app/')">
<NuxtLink :to="localePath('/app/desktop/?openapp=hotnews')">
<button
class="m-4 mr-1 ml-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gradient-to-l from-sky-500 to-purple-600 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg"
>