From 1a8afd957307288aa7fee63721bc6b8f669036cc Mon Sep 17 00:00:00 2001 From: gushen610140 Date: Wed, 18 Feb 2026 01:19:02 +0800 Subject: [PATCH] feat: add translation --- src/components/button/UserAuthNavButton.vue | 12 ++++++------ src/components/dialog/AuthDialog.vue | 8 +++++--- src/i18n/en_US.ts | 14 ++++++++++++++ src/i18n/index.ts | 14 ++++++++++++++ src/i18n/zh_CN.ts | 14 ++++++++++++++ src/pages/index.vue | 10 +++++----- 6 files changed, 58 insertions(+), 14 deletions(-) diff --git a/src/components/button/UserAuthNavButton.vue b/src/components/button/UserAuthNavButton.vue index 284a9eb..07ac2bf 100644 --- a/src/components/button/UserAuthNavButton.vue +++ b/src/components/button/UserAuthNavButton.vue @@ -49,10 +49,10 @@ const handleLogout = () => { tabindex="-1" class="dropdown-content z-1 w-100 p-2" > -
+
-

现在加入!

-

登录我们的系统

+

{{ $t("nav.login_more_title") }}

+

{{ $t("nav.login_more") }}