From 40f633cc4d3480b76878afec1398a6cc145c69ef Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Wed, 13 Aug 2025 15:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=20-=20=E7=A7=AF=E5=88=86=E6=98=8E=E7=BB=86=20-=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=87=91=E8=B1=86=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/taskCenter/index.html | 2 +- view/molistar/modules/taskCenter/js/pointsDetails.js | 4 ++-- view/molistar/modules/taskCenter/local/ar.js | 4 +++- view/molistar/modules/taskCenter/local/br.js | 4 +++- view/molistar/modules/taskCenter/local/en.js | 4 +++- view/molistar/modules/taskCenter/local/tr.js | 4 +++- view/molistar/modules/taskCenter/local/zh.js | 3 ++- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/view/molistar/modules/taskCenter/index.html b/view/molistar/modules/taskCenter/index.html index 7cca24ca..988849a7 100644 --- a/view/molistar/modules/taskCenter/index.html +++ b/view/molistar/modules/taskCenter/index.html @@ -28,7 +28,7 @@
- 502 +
diff --git a/view/molistar/modules/taskCenter/js/pointsDetails.js b/view/molistar/modules/taskCenter/js/pointsDetails.js index 22e425fc..5410c6d0 100644 --- a/view/molistar/modules/taskCenter/js/pointsDetails.js +++ b/view/molistar/modules/taskCenter/js/pointsDetails.js @@ -88,11 +88,11 @@ function getData() { str += `
-
${item.type == 2?`${langReplace(localLang.demoModule.Exchange)}${item.shopName}*${item.num}`:funTaskType(item.taskType, item.reachNum,item.standardValue)}
+
${item.type == 2?`${langReplace(localLang.demoModule.Exchange)}${item.shopName}*${item.num}`:item.type == 3?`${langReplace(localLang.demoModule.Boom_reward)}`:funTaskType(item.taskType, item.reachNum,item.standardValue)}
${item.createTime}
- ${item.type == 1 ? '+' : ''}${item.operateBean} + ${item.type == 1||item.type == 3 ? '+' : ''}${item.operateBean}
diff --git a/view/molistar/modules/taskCenter/local/ar.js b/view/molistar/modules/taskCenter/local/ar.js index ebf84df6..9d53bba3 100644 --- a/view/molistar/modules/taskCenter/local/ar.js +++ b/view/molistar/modules/taskCenter/local/ar.js @@ -49,6 +49,8 @@ langAr = { Increase:'زيادة', Consumption:'الاستهلاك', Insufficient_points:'نقاط غير كافية', - Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى' + Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى', + Boom_reward:'مكافأة الطفرة', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/br.js b/view/molistar/modules/taskCenter/local/br.js index 99fa13a6..d66d28bf 100644 --- a/view/molistar/modules/taskCenter/local/br.js +++ b/view/molistar/modules/taskCenter/local/br.js @@ -48,6 +48,8 @@ langBr = { Increase: 'Aumento', Consumption: 'Consumo', Insufficient_points: 'Pontos insuficientes', - Your_rewards: 'Seus pontos atuais são insuficientes, troque por outras recompensas~' + Your_rewards: 'Seus pontos atuais são insuficientes, troque por outras recompensas~', + Boom_reward:'Recompensa de boom', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/en.js b/view/molistar/modules/taskCenter/local/en.js index b6077ffd..cdcc3bfb 100644 --- a/view/molistar/modules/taskCenter/local/en.js +++ b/view/molistar/modules/taskCenter/local/en.js @@ -49,6 +49,8 @@ langEn = { Increase:'Increase', Consumption:'Consumption', Insufficient_points:'Insufficient points', - Your_rewards:'Your current points are insufficient, please exchange for other rewards~' + Your_rewards:'Your current points are insufficient, please exchange for other rewards~', + Boom_reward:'Boom reward', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/tr.js b/view/molistar/modules/taskCenter/local/tr.js index 59889828..050a28a7 100644 --- a/view/molistar/modules/taskCenter/local/tr.js +++ b/view/molistar/modules/taskCenter/local/tr.js @@ -49,6 +49,8 @@ langTr = { Increase:'Artır', Consumption:'Tüketim', Insufficient_points:'Yetersiz puan', - Your_rewards:'Mevcut puanlarınız yetersiz, lütfen diğer puanlarla değiştirin~' + Your_rewards:'Mevcut puanlarınız yetersiz, lütfen diğer puanlarla değiştirin~', + Boom_reward:'Patlama ödülü', + } } \ No newline at end of file diff --git a/view/molistar/modules/taskCenter/local/zh.js b/view/molistar/modules/taskCenter/local/zh.js index 1f16aaa2..aa3fc5c3 100644 --- a/view/molistar/modules/taskCenter/local/zh.js +++ b/view/molistar/modules/taskCenter/local/zh.js @@ -49,6 +49,7 @@ langZh = { Increase:'增加', Consumption:'消耗', Insufficient_points:'積分不足', - Your_rewards:'你目前的積分不足,請兌換其他~' + Your_rewards:'你目前的積分不足,請兌換其他~', + Boom_reward:'Boom奖励', } } \ No newline at end of file