From 6ea9e863b31d6f816037f2c0556fca0c8bcad0de Mon Sep 17 00:00:00 2001 From: digua Date: Wed, 11 Feb 2026 20:35:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US/common.json | 1 - src/i18n/locales/zh-CN/common.json | 1 - src/pages/home/components/AgreementModal.vue | 36 ++------------------ 3 files changed, 3 insertions(+), 35 deletions(-) diff --git a/src/i18n/locales/en-US/common.json b/src/i18n/locales/en-US/common.json index d1150bf2..95efb243 100644 --- a/src/i18n/locales/en-US/common.json +++ b/src/i18n/locales/en-US/common.json @@ -68,7 +68,6 @@ "subtitle": "Please read carefully before use", "disagree": "I Disagree", "agree": "I Have Read and Agree", - "countdown": "Please read ({seconds}s)", "updateNotice": "The agreement has important updates. Please read and confirm again." }, "datePicker": { diff --git a/src/i18n/locales/zh-CN/common.json b/src/i18n/locales/zh-CN/common.json index 6a27e2ed..059df9af 100644 --- a/src/i18n/locales/zh-CN/common.json +++ b/src/i18n/locales/zh-CN/common.json @@ -68,7 +68,6 @@ "subtitle": "使用前请仔细阅读", "disagree": "我不同意", "agree": "我已阅读并同意", - "countdown": "请阅读 ({seconds}s)", "updateNotice": "协议内容有重要更新,请重新阅读并确认" }, "datePicker": { diff --git a/src/pages/home/components/AgreementModal.vue b/src/pages/home/components/AgreementModal.vue index 61b850c0..6c321ab0 100644 --- a/src/pages/home/components/AgreementModal.vue +++ b/src/pages/home/components/AgreementModal.vue @@ -1,5 +1,5 @@