diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 2b9072a8..ca086232 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -46,7 +46,7 @@ for (const key in itemize) { messages[key] = { name: key, el: element[key].el, - message: mergeArrObj(itemize, key), + ...mergeArrObj(itemize, key), }; } diff --git a/src/layout/navBars/breadcrumb/closeFull.vue b/src/layout/navBars/breadcrumb/closeFull.vue index 080dad52..fad78949 100644 --- a/src/layout/navBars/breadcrumb/closeFull.vue +++ b/src/layout/navBars/breadcrumb/closeFull.vue @@ -1,7 +1,7 @@ diff --git a/src/layout/navBars/breadcrumb/search.vue b/src/layout/navBars/breadcrumb/search.vue index 624d997b..8bc0cad4 100644 --- a/src/layout/navBars/breadcrumb/search.vue +++ b/src/layout/navBars/breadcrumb/search.vue @@ -5,7 +5,7 @@
- {{ $t('message.layout.oneTitle') }} + {{ $t('layout.oneTitle') }}
primary
@@ -18,49 +18,49 @@
-
{{ $t('message.layout.fourIsDark') }}
+
{{ $t('layout.fourIsDark') }}
- {{ $t('message.layout.twoTopTitle') }} + {{ $t('layout.twoTopTitle') }}
-
{{ $t('message.layout.twoTopBar') }}
+
{{ $t('layout.twoTopBar') }}
-
{{ $t('message.layout.twoTopBarColor') }}
+
{{ $t('layout.twoTopBarColor') }}
-
{{ $t('message.layout.twoIsTopBarColorGradual') }}
+
{{ $t('layout.twoIsTopBarColorGradual') }}
- {{ $t('message.layout.twoMenuTitle') }} + {{ $t('layout.twoMenuTitle') }}
-
{{ $t('message.layout.twoMenuBar') }}
+
{{ $t('layout.twoMenuBar') }}
-
{{ $t('message.layout.twoMenuBarColor') }}
+
{{ $t('layout.twoMenuBarColor') }}
-
{{ $t('message.layout.twoMenuBarActiveColor') }}
+
{{ $t('layout.twoMenuBarActiveColor') }}
-
{{ $t('message.layout.twoIsMenuBarColorGradual') }}
+
{{ $t('layout.twoIsMenuBarColorGradual') }}
@@ -79,10 +79,10 @@ {{ - $t('message.layout.twoColumnsTitle') + $t('layout.twoColumnsTitle') }}
-
{{ $t('message.layout.twoColumnsMenuBar') }}
+
{{ $t('layout.twoColumnsMenuBar') }}
-
{{ $t('message.layout.twoColumnsMenuBarColor') }}
+
{{ $t('layout.twoColumnsMenuBarColor') }}
-
{{ $t('message.layout.twoIsColumnsMenuBarColorGradual') }}
+
{{ $t('layout.twoIsColumnsMenuBarColorGradual') }}
-
{{ $t('message.layout.twoIsColumnsMenuHoverPreload') }}
+
{{ $t('layout.twoIsColumnsMenuHoverPreload') }}
- {{ $t('message.layout.threeTitle') }} + {{ $t('layout.threeTitle') }}
-
{{ $t('message.layout.threeIsCollapse') }}
+
{{ $t('layout.threeIsCollapse') }}
-
{{ $t('message.layout.threeIsUniqueOpened') }}
+
{{ $t('layout.threeIsUniqueOpened') }}
-
{{ $t('message.layout.threeIsFixedHeader') }}
+
{{ $t('layout.threeIsFixedHeader') }}
-
{{ $t('message.layout.threeIsClassicSplitMenu') }}
+
{{ $t('layout.threeIsClassicSplitMenu') }}
-
{{ $t('message.layout.threeIsLockScreen') }}
+
{{ $t('layout.threeIsLockScreen') }}
-
{{ $t('message.layout.threeLockScreenTime') }}
+
{{ $t('layout.threeLockScreenTime') }}
- {{ $t('message.layout.fourTitle') }} + {{ $t('layout.fourTitle') }}
-
{{ $t('message.layout.fourIsShowLogo') }}
+
{{ $t('layout.fourIsShowLogo') }}
@@ -204,7 +204,7 @@ class="layout-breadcrumb-seting-bar-flex mt15" :style="{ opacity: getThemeConfig.layout === 'classic' || getThemeConfig.layout === 'transverse' ? 0.5 : 1 }" > -
{{ $t('message.layout.fourIsBreadcrumb') }}
+
{{ $t('layout.fourIsBreadcrumb') }}
-
{{ $t('message.layout.fourIsBreadcrumbIcon') }}
+
{{ $t('layout.fourIsBreadcrumbIcon') }}
-
{{ $t('message.layout.fourIsTagsview') }}
+
{{ $t('layout.fourIsTagsview') }}
-
{{ $t('message.layout.fourIsTagsviewIcon') }}
+
{{ $t('layout.fourIsTagsviewIcon') }}
-
{{ $t('message.layout.fourIsCacheTagsView') }}
+
{{ $t('layout.fourIsCacheTagsView') }}
-
{{ $t('message.layout.fourIsSortableTagsView') }}
+
{{ $t('layout.fourIsSortableTagsView') }}
-
{{ $t('message.layout.fourIsShareTagsView') }}
+
{{ $t('layout.fourIsShareTagsView') }}
-
{{ $t('message.layout.fourIsFooter') }}
+
{{ $t('layout.fourIsFooter') }}
-
{{ $t('message.layout.fourIsGrayscale') }}
+
{{ $t('layout.fourIsGrayscale') }}
-
{{ $t('message.layout.fourIsInvert') }}
+
{{ $t('layout.fourIsInvert') }}
-
{{ $t('message.layout.fourIsWartermark') }}
+
{{ $t('layout.fourIsWartermark') }}
-
{{ $t('message.layout.fourWartermarkText') }}
+
{{ $t('layout.fourWartermarkText') }}
- {{ $t('message.layout.fiveTitle') }} + {{ $t('layout.fiveTitle') }}
-
{{ $t('message.layout.fiveTagsStyle') }}
+
{{ $t('layout.fiveTagsStyle') }}
@@ -299,7 +299,7 @@
-
{{ $t('message.layout.fiveAnimation') }}
+
{{ $t('layout.fiveAnimation') }}
@@ -309,7 +309,7 @@
-
{{ $t('message.layout.fiveColumnsAsideStyle') }}
+
{{ $t('layout.fiveColumnsAsideStyle') }}
-
{{ $t('message.layout.fiveColumnsAsideLayout') }}
+
{{ $t('layout.fiveColumnsAsideLayout') }}
- {{ $t('message.layout.sixTitle') }} + {{ $t('layout.sixTitle') }}
@@ -355,7 +355,7 @@
-

{{ $t('message.layout.sixDefaults') }}

+

{{ $t('layout.sixDefaults') }}

@@ -372,7 +372,7 @@
-

{{ $t('message.layout.sixClassic') }}

+

{{ $t('layout.sixClassic') }}

@@ -388,7 +388,7 @@
-

{{ $t('message.layout.sixTransverse') }}

+

{{ $t('layout.sixTransverse') }}

@@ -404,24 +404,24 @@
-

{{ $t('message.layout.sixColumns') }}

+

{{ $t('layout.sixColumns') }}

- + - {{ $t('message.layout.copyText') }} + {{ $t('layout.copyText') }} - {{ $t('message.layout.resetText') }} + {{ $t('layout.resetText') }}
diff --git a/src/layout/navBars/breadcrumb/user.vue b/src/layout/navBars/breadcrumb/user.vue index 93372117..4a622e0f 100644 --- a/src/layout/navBars/breadcrumb/user.vue +++ b/src/layout/navBars/breadcrumb/user.vue @@ -2,13 +2,13 @@
- +
@@ -17,7 +17,7 @@
- +
- +