fix: 重定向页布局调整
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m54s

This commit is contained in:
2025-12-19 13:26:48 +08:00
parent aa26731731
commit 76fb3ddcb7
5 changed files with 25 additions and 5 deletions

View File

@ -1,5 +1,7 @@
<template> <template>
<div>redirecting...</div> <div class="page-container">
<h1>{{ $t('redirecting') }}</h1>
</div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
@ -10,3 +12,17 @@
window.location.href = platform; window.location.href = platform;
}); });
</script> </script>
<style scoped>
.page-container {
display: flex;
justify-content: center;
align-items: center;
min-height: 80vh;
}
h1 {
font-size: 1.5rem;
font-weight: bold;
}
</style>

View File

@ -127,5 +127,6 @@
"specs": "Specifications", "specs": "Specifications",
"faq": "FAQ", "faq": "FAQ",
"documents": "Documents" "documents": "Documents"
} },
"redirecting": "Redirecting..."
} }

View File

@ -126,5 +126,6 @@
"specs": "Especificaciones", "specs": "Especificaciones",
"faq": "FAQ", "faq": "FAQ",
"documents": "Documentos" "documents": "Documentos"
} },
"redirecting": "Redirigiendo..."
} }

View File

@ -126,5 +126,6 @@
"specs": "Технические спецификации", "specs": "Технические спецификации",
"faq": "Часто задаваемые вопросы", "faq": "Часто задаваемые вопросы",
"documents": "Связанные документы" "documents": "Связанные документы"
} },
"redirecting": "Перенаправление..."
} }

View File

@ -126,5 +126,6 @@
"specs": "技术规格", "specs": "技术规格",
"faq": "常见问题", "faq": "常见问题",
"documents": "相关文档" "documents": "相关文档"
} },
"redirecting": "正在跳转..."
} }