From d294f6246909675db466f11f2d7ba3aca14b15cc Mon Sep 17 00:00:00 2001 From: pengxiaolong <15716207+pengxiaolong711@user.noreply.gitee.com> Date: Wed, 27 Aug 2025 22:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/components/Appaside.vue | 117 +++-- .../mineSubComponent/AnchorLibrary.vue | 71 ++-- src/components/mineSubComponent/PKRecord.vue | 44 +- src/components/mineSubComponent/PKmessage.vue | 135 +++--- .../mineSubComponent/PointsList.vue | 11 +- src/i18n/en/Appaside.json | 33 -- src/i18n/en/country.json | 3 + src/i18n/en/index.js | 8 +- src/i18n/en/index.json | 169 ++++++++ src/i18n/en/login.json | 12 - src/i18n/zh/Appaside.json | 33 -- src/i18n/zh/country.json | 5 + src/i18n/zh/index.js | 8 +- src/i18n/zh/index.json | 168 ++++++++ src/i18n/zh/login.json | 12 - src/views/ActivateEmail.vue | 33 +- src/views/HomeView.vue | 8 +- src/views/activationSuccessful.vue | 51 ++- src/views/emailRegistration.vue | 90 +++- src/views/forgetPassword.vue | 62 ++- src/views/hosts/Message.vue | 112 +++-- src/views/hosts/Mine.vue | 17 +- src/views/hosts/pk.vue | 400 +++++++++++------- src/views/resetPassword.vue | 44 +- src/views/verifyAccount.vue | 31 +- 26 files changed, 1172 insertions(+), 507 deletions(-) delete mode 100644 src/i18n/en/Appaside.json create mode 100644 src/i18n/en/country.json create mode 100644 src/i18n/en/index.json delete mode 100644 src/i18n/en/login.json delete mode 100644 src/i18n/zh/Appaside.json create mode 100644 src/i18n/zh/country.json create mode 100644 src/i18n/zh/index.json delete mode 100644 src/i18n/zh/login.json diff --git a/README.md b/README.md index 74f9a98..60edab7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # tk-page - +备注前面带(gj)的是国家化文本 ## Project setup ``` npm install diff --git a/src/components/Appaside.vue b/src/components/Appaside.vue index 0976ed9..721b7ab 100644 --- a/src/components/Appaside.vue +++ b/src/components/Appaside.vue @@ -248,23 +248,27 @@ class="password-input" show-password /> +
-
- 实际金币数:
+ {{ t('ActualNumberOfGoldCoins') }}
+
- 实际金币数:
+ {{ t('ActualNumberOfGoldCoins') }}
+