feat: 首页i18n

This commit is contained in:
2026-06-03 11:03:44 +08:00
parent 37796fee49
commit 1b7403b375
6 changed files with 63 additions and 40 deletions

View File

@@ -5,9 +5,9 @@
defineProps<{
name: string
title: string
backgroundImage: string
backgroundImage?: string
backgroundAlt: string
panelImage: string
panelImage?: string
panelAlt: string
reversed?: boolean
}>(),
@@ -51,7 +51,7 @@
translate-y-s="100"
translate-y="0"
>
View More
{{$t('Home.viewMore')}}
</RouterLink>
</div>
</section>
@@ -62,7 +62,7 @@
display: flex;
align-items: center;
gap: clamp(48px, 5.5vw, 76px);
width: 1440px;
max-width: 1440px;
min-width: 0;
min-height: 690px;
margin: 0 auto;