feat: 统一修改系统名
This commit is contained in:
@@ -62,7 +62,7 @@ const bgColor = computed(() => {
|
||||
</header>
|
||||
<main>
|
||||
<div class="flex justify-between items-center">
|
||||
<h3 class="text-28px text-primary font-500 lt-sm:text-22px">{{ "WANFi" }}</h3>
|
||||
<h3 class="text-28px text-primary font-500 lt-sm:text-22px">{{ $t('system.title') }}</h3>
|
||||
<LangSwitch :lang="appStore.locale" :lang-options="appStore.localeOptions" @change-lang="appStore.changeLocale" />
|
||||
</div>
|
||||
<div class="animation-slide-in-left">
|
||||
|
||||
Reference in New Issue
Block a user