2
0

feat: 统一修改系统名补充

This commit is contained in:
caiyuchao
2025-06-18 17:44:17 +08:00
parent ace15a79c6
commit 9c2d91ba96
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
const enUS = {
system: {
title: 'MacroHub Platform'
title: 'MacroHub'
}
};

View File

@@ -1,5 +1,5 @@
const zhCN = {
system: {
title: 'MacroHub 平台'
title: 'MacroHub'
}
};

View File

@@ -58,7 +58,7 @@ const bgColor = computed(() => {
<header class="flex items-center justify-center relative w-full">
<div class="flex items-center">
<WifiOutlined class="text-64px text-primary lt-sm:text-48px" style="margin-left: 9px"/>
<h3 class="text-10px text-primary font-medium self-end">{{ "WANFi" }}</h3>
<h3 class="text-10px text-primary font-medium self-end">{{ $t('system.title') }}</h3>
</div>
<div class="absolute right-0">
<LangSwitch :lang="appStore.locale" :lang-options="appStore.localeOptions" @change-lang="appStore.changeLocale" />