From dcb3f8c59e58d6af3a60c25c2c3bec404921aeca Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Tue, 15 Oct 2024 10:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=80=92=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/dailyConsumption/js/index.js | 6 ++-- .../modules/dailyConsumption/local/en.js | 28 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/view/molistar/modules/dailyConsumption/js/index.js b/view/molistar/modules/dailyConsumption/js/index.js index b9280f2..5a642d0 100644 --- a/view/molistar/modules/dailyConsumption/js/index.js +++ b/view/molistar/modules/dailyConsumption/js/index.js @@ -206,9 +206,9 @@ function countup(leftTime) { m = getzf(Math.floor(leftTime / 1000 / 60 % 60)); s = getzf(Math.floor(leftTime / 1000 % 60)); //將倒計時賦值到div中 - $('.header .time .hour b').text(h); - $('.header .time .min b').text(m); - $('.header .time .sec b').text(s); + $('.header .timeBox .hour b').text(h); + $('.header .timeBox .min b').text(m); + $('.header .timeBox .sec b').text(s); } else { getConfig(); } diff --git a/view/molistar/modules/dailyConsumption/local/en.js b/view/molistar/modules/dailyConsumption/local/en.js index 9483f0e..c4fc358 100644 --- a/view/molistar/modules/dailyConsumption/local/en.js +++ b/view/molistar/modules/dailyConsumption/local/en.js @@ -38,20 +38,20 @@ langEn = {

`, arRule: ` -

- 1. 活動時間:每日 0:00-23:59(GMT+3)。
- 2. 每日計算您在平台上的消費,送 1 枚金幣禮物 = 1 枚金幣價值;1 枚金幣幸運禮物 = 0.05 枚金幣價值。
- 3. 當您達到相應級別時,您將獲得相應級別的獎勵。
-

-

- 限制:
- 1. 充值代理不參加此活動。
- 2. 遊戲的投入不計為金幣消費。
-

-

- 注意:
- 1. 此活動與 Google 和 Apple 無關。 -

+

+ 1. Activity time: daily 0:00-23:59 (GMT+3).
+ 2. Daily calculation of your spending on the platform, send 1 coin gift = 1 coin value; 1 coin lucky gift = 0.05 coin value.
+ 3. When you reach the corresponding level, you will get the corresponding level reward.
+

+

+ Restrictions:
+ 1. Recharge agents do not participate in this activity.
+ 2. Game input is not counted as coin consumption.
+

+

+ Attention:
+ 1. This activity has nothing to do with Google and Apple. +

` } } \ No newline at end of file