From 9460ad52495cf2c8a99762ea8420f766626cbce6 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Tue, 4 Nov 2025 14:17:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=8F=9C?= =?UTF-8?q?=E5=8D=95i18n=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/shared/JinshenHeader.vue | 6 +++--- i18n/locales/en.json | 5 +++++ i18n/locales/zh.json | 5 +++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app/components/shared/JinshenHeader.vue b/app/components/shared/JinshenHeader.vue index 0721bba..c9296c9 100644 --- a/app/components/shared/JinshenHeader.vue +++ b/app/components/shared/JinshenHeader.vue @@ -89,11 +89,11 @@ >
-

站点导航

+

{{ $t('mobile-menu.navigation') }}

-

实用工具

+

{{ $t('mobile-menu.utilities') }}