官网开发中 0803
This commit is contained in:
@@ -75,8 +75,8 @@ function closeMobile() {
|
||||
:class="useTransparent ? 'bg-transparent' : 'bg-white/80 backdrop-blur-md border-b border-gray-100 dark:bg-dark-900/80 dark:border-dark-700'"
|
||||
>
|
||||
<div class="section-container h-64px flex items-center justify-between">
|
||||
<!-- Logo -->
|
||||
<NuxtLink :to="switchLocalePath(locale)" class="flex items-center gap-8px shrink-0" @click="closeMobile">
|
||||
<!-- Logo:点击返回首页 -->
|
||||
<NuxtLink :to="localePath('/')" class="flex items-center gap-8px shrink-0" @click="closeMobile">
|
||||
<img v-if="logoUrl" :src="logoUrl" :alt="site?.site_title || 'Luxsin'" class="h-32px w-auto" />
|
||||
<span
|
||||
v-else
|
||||
@@ -99,7 +99,7 @@ function closeMobile() {
|
||||
>
|
||||
<NuxtLink
|
||||
:to="resolveLink(item.link)"
|
||||
class="text-sm font-medium transition-colors flex items-center gap-4px"
|
||||
class="text-base font-medium transition-colors flex items-center gap-4px"
|
||||
:class="lightText ? 'text-white/90 hover:text-white' : 'text-gray-700 hover:text-primary dark:text-gray-200'"
|
||||
>
|
||||
{{ siteStore.navLabel(item) }}
|
||||
@@ -147,7 +147,7 @@ function closeMobile() {
|
||||
v-else-if="isExternal(item.link)"
|
||||
:href="item.link"
|
||||
:target="item.open_new_tab ? '_blank' : undefined"
|
||||
class="text-sm font-medium transition-colors"
|
||||
class="text-base font-medium transition-colors"
|
||||
:class="lightText ? 'text-white/90 hover:text-white' : 'text-gray-700 hover:text-primary dark:text-gray-200'"
|
||||
>
|
||||
{{ siteStore.navLabel(item) }}
|
||||
@@ -158,7 +158,7 @@ function closeMobile() {
|
||||
v-else
|
||||
:to="resolveLink(item.link)"
|
||||
:target="item.open_new_tab ? '_blank' : undefined"
|
||||
class="text-sm font-medium transition-colors"
|
||||
class="text-base font-medium transition-colors"
|
||||
:class="lightText ? 'text-white/90 hover:text-white' : 'text-gray-700 hover:text-primary dark:text-gray-200'"
|
||||
>
|
||||
{{ siteStore.navLabel(item) }}
|
||||
|
||||
Reference in New Issue
Block a user