From b217655395119fb5978b6d02159a1148688a939b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Tue, 20 Jan 2026 15:45:49 +0800 Subject: [PATCH] =?UTF-8?q?chore(cp=E6=8E=92=E8=A1=8C=E6=A6=9C):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 3 +- src/locales/en.json | 3 +- src/locales/zh.json | 3 +- .../Couple/GamePlay/components/signIn.vue | 5 +- src/views/Ranking/Couple/Ranking.vue | 75 +++++++++++++++---- .../Ranking/Couple/components/topUser.vue | 14 +++- src/views/Ranking/Couple/index.vue | 3 +- 7 files changed, 83 insertions(+), 23 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index c306436..040beb5 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -463,5 +463,6 @@ "consecutive_check_in_reward": "مكافأة تسجيل الدخول المتتالية", "check_in_successful": "تم تسجيل الدخول بنجاح.", "you_get": "لقد حصلت على", - "not_enough_pieces": "ليس لديك قطع كافية" + "not_enough_pieces": "ليس لديك قطع كافية", + "confirm_item_exchange": "هل أنت متأكد أنك تريد تبديل العنصر الحالي؟" } diff --git a/src/locales/en.json b/src/locales/en.json index 8033b6b..f4ee259 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -463,5 +463,6 @@ "consecutive_check_in_reward": "Consecutive Check-in Reward", "check_in_successful": "Check-in successful.", "you_get": "You Get", - "not_enough_pieces": "You don't have enough pieces" + "not_enough_pieces": "You don't have enough pieces", + "confirm_item_exchange": "Are you sure you want to exchange the current item?" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 3cc9d95..66e94b7 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -463,5 +463,6 @@ "consecutive_check_in_reward": "连续签到奖励", "check_in_successful": "签到成功。", "you_get": "您获得了", - "not_enough_pieces": "您没有足够的碎片" + "not_enough_pieces": "您没有足够的碎片", + "confirm_item_exchange": "您确定要兑换当前物品吗?" } diff --git a/src/views/Ranking/Couple/GamePlay/components/signIn.vue b/src/views/Ranking/Couple/GamePlay/components/signIn.vue index 999d4ad..d6ccc6f 100644 --- a/src/views/Ranking/Couple/GamePlay/components/signIn.vue +++ b/src/views/Ranking/Couple/GamePlay/components/signIn.vue @@ -1,7 +1,10 @@