feat: 统一修改系统名补充
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const enUS = {
|
||||
system: {
|
||||
title: 'MacroHub Platform'
|
||||
title: 'MacroHub'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const zhCN = {
|
||||
system: {
|
||||
title: 'MacroHub 平台'
|
||||
title: 'MacroHub'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user