修改土耳其金币奖励规则
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 25 KiB |
BIN
view/molistar/modules/guild-ar/images/weeklyRewardsRule2trar.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
view/molistar/modules/guild-ar/images/weeklyRewardsRule2trtr.png
Normal file
After Width: | Height: | Size: 25 KiB |
@@ -190,5 +190,5 @@
|
||||
<script src="./local/zh.js"></script>
|
||||
<script src="./local/ar.js"></script>
|
||||
<script src="./local/tr.js"></script>
|
||||
<script src="./js/index.js?v=1.11"></script>
|
||||
<script src="./js/index.js?v=2"></script>
|
||||
<script src="../../common/local/langHandler.js"></script>
|
@@ -95,7 +95,11 @@ function translateFun() {
|
||||
$('.newtext7').text(langReplace(localLang.demoModule.newtext7));
|
||||
$('.audit').text(langReplace(localLang.demoModule.audit));
|
||||
$('.weeklyRewardsText1').text(langReplace(localLang.demoModule.weeklyRewardsText1));
|
||||
$('.weeklyRewardsText2').text(langReplace(localLang.demoModule.weeklyRewardsText2));
|
||||
if (window.localStorage.getItem('partitionId') == 2) {
|
||||
$('.weeklyRewardsText2').text(langReplace(localLang.demoModule.weeklyRewardsText2));
|
||||
} else if (window.localStorage.getItem('partitionId') == 8) {
|
||||
$('.weeklyRewardsText2').text(langReplace(localLang.demoModule.weeklyRewardsText22));
|
||||
}
|
||||
$('.weeklyRewardsText3').text(langReplace(localLang.demoModule.weeklyRewardsText3));
|
||||
$('.weeklyRewardsText4').text(langReplace(localLang.demoModule.weeklyRewardsText4));
|
||||
$('.weeklyRewardsText5').text(langReplace(localLang.demoModule.weeklyRewardsText5));
|
||||
@@ -138,6 +142,8 @@ function get() {
|
||||
url: urlPrefix + '/guild/get',
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
// 存储分区id partitionId
|
||||
window.localStorage.setItem('partitionId', res.data.partitionId);
|
||||
// 判断身份
|
||||
roleTypes = res.data.roleType;
|
||||
if (roleTypes == 1 && res.data.isReview == true) {
|
||||
|
@@ -63,7 +63,11 @@ function translateFun() {
|
||||
var langReplace = window.lang.replace;
|
||||
var localLang = window.lang;
|
||||
$('.text1').text(langReplace(localLang.weeklyRewards.text1));
|
||||
$('.text2').html(langReplace(localLang.weeklyRewards.text2));
|
||||
if (window.localStorage.getItem('partitionId') == 2) {
|
||||
$('.text2').html(langReplace(localLang.weeklyRewards.text2));
|
||||
} else if (window.localStorage.getItem('partitionId') == 8) {
|
||||
$('.text2').html(langReplace(localLang.weeklyRewards.text22));
|
||||
}
|
||||
$('.text3').text(langReplace(localLang.weeklyRewards.text3));
|
||||
$('.text4').text(langReplace(localLang.weeklyRewards.text4));
|
||||
$('.text5').text(langReplace(localLang.weeklyRewards.text5));
|
||||
|
@@ -61,5 +61,10 @@ function translateFun() {
|
||||
var localLang = window.lang;
|
||||
$('.text1').text(langReplace(localLang.weeklyRewardsRule.text1));
|
||||
$('.text2').html(langReplace(localLang.weeklyRewardsRule.text2));
|
||||
$('.text3').attr('src', langReplace(localLang.weeklyRewardsRule.text3));
|
||||
if (window.localStorage.getItem('partitionId') == 2) {
|
||||
$('.text3').attr('src', langReplace(localLang.weeklyRewardsRule.text3));
|
||||
} else if (window.localStorage.getItem('partitionId') == 8) {
|
||||
$('.text3').attr('src', langReplace(localLang.weeklyRewardsRule.text33));
|
||||
}
|
||||
|
||||
}
|
@@ -38,6 +38,7 @@ langAr = {
|
||||
audit: 'قيد المراجعة',
|
||||
weeklyRewardsText1: 'مكافآت المضيف الأسبوعية',
|
||||
weeklyRewardsText2: 'يمكنك الحصول على 2240000 عملة بالمجموع.',
|
||||
weeklyRewardsText22: 'يمكنك الحصول على 3000000 عملة بالمجموع.',
|
||||
weeklyRewardsText3: 'احصل على',
|
||||
weeklyRewardsText33: `تم الاستلام`,
|
||||
weeklyRewardsText4: 'مستوى المضيف',
|
||||
@@ -326,6 +327,7 @@ langAr = {
|
||||
weeklyRewards: {
|
||||
text1: `مكافآت المضيف الأسبوعية`,
|
||||
text2: `يمكنك الحصول على <b>2240000</b> عملة بالمجموع.`,
|
||||
text22: `يمكنك الحصول على <b>3000000</b> عملة بالمجموع.`,
|
||||
text3: `احصل على`,
|
||||
text4: `مستوى المضيف`,
|
||||
text5: `تم الاستلام`,
|
||||
@@ -336,6 +338,7 @@ langAr = {
|
||||
<p>2 مكافآت العملات: يتم حساب دخل المستخدم من الألماس أسبوعيًا، ويمكنك الحصول على العملات عند الوصول إلى مستوى معين.</p>
|
||||
<p>3 تدرج مكافآت العملات</p>`,
|
||||
text3: `./images/weeklyRewardsRule2-ar.png`,
|
||||
text33: `./images/weeklyRewardsRule2-trar.png`,
|
||||
},
|
||||
agencyDiamondIncome: {
|
||||
text1: `إيرادات الألماس للوكالة`, // 阿拉伯文
|
||||
|
@@ -36,6 +36,7 @@ langEn = {
|
||||
audit: 'In Audit',
|
||||
weeklyRewardsText1: 'Host weekly rewards',
|
||||
weeklyRewardsText2: 'You can get 2240000 coins totally.',
|
||||
weeklyRewardsText22: 'You can get 3000000 coins totally.',
|
||||
weeklyRewardsText3: 'Get',
|
||||
weeklyRewardsText33: 'Got',
|
||||
weeklyRewardsText4: 'Host Lv',
|
||||
@@ -325,6 +326,7 @@ langEn = {
|
||||
weeklyRewards: {
|
||||
text1: `Host weekly rewards`,
|
||||
text2: `You can get <b>2240000</b> coins totally.`,
|
||||
text22: `You can get <b>3000000</b> coins totally.`,
|
||||
text3: `Get`,
|
||||
text4: `Host Lv`,
|
||||
text5: `Got`,
|
||||
@@ -336,6 +338,7 @@ langEn = {
|
||||
reach a certain level.</p>
|
||||
<p>3 Coin reward gradient</p>`,
|
||||
text3: `./images/weeklyRewardsRule2.png`,
|
||||
text33: `./images/weeklyRewardsRule2-tren.png`,
|
||||
},
|
||||
agencyDiamondIncome: {
|
||||
text1: `Agency Diamond Income`,
|
||||
|
@@ -36,6 +36,7 @@ langTr = {
|
||||
audit: 'Denetim Aşamasında',
|
||||
weeklyRewardsText1: 'Yayıncıya Haftalık Ödüller',
|
||||
weeklyRewardsText2: 'Toplamda 2240000 jeton kazanabilirsiniz.',
|
||||
weeklyRewardsText22: 'Toplamda 3000000 jeton kazanabilirsiniz.',
|
||||
weeklyRewardsText3: 'Al',
|
||||
weeklyRewardsText33: 'Alındı',
|
||||
weeklyRewardsText4: ' Seviyesi',
|
||||
@@ -326,6 +327,7 @@ langTr = {
|
||||
weeklyRewards: {
|
||||
text1: `Yayıncıya Haftalık Ödüller`,
|
||||
text2: `Toplamda <b>2240000</b> jeton kazanabilirsiniz.`,
|
||||
text22: `Toplamda <b>3000000</b> jeton kazanabilirsiniz.`,
|
||||
text3: `Al`,
|
||||
text4: ` Seviyesi`,
|
||||
text5: `Alındı`,
|
||||
@@ -336,6 +338,7 @@ langTr = {
|
||||
<p>2 jeton Ödülleri: Kullanıcının elmas gelirleri her hafta hesaplanır, belirli bir seviyeye ulaştığında karşılık gelen madeni paralar verilir.</p>
|
||||
<p>3 jeton Ödül Gradyanı</p>`,
|
||||
text3: `./images/weeklyRewardsRule2.png`,
|
||||
text33: `./images/weeklyRewardsRule2-trtr.png`,
|
||||
},
|
||||
agencyDiamondIncome: {
|
||||
text1: `Ajans Elmas Geliri`,
|
||||
|
@@ -38,6 +38,7 @@ langZh = {
|
||||
audit: '審核中',
|
||||
weeklyRewardsText1: '主播每週獎勵',
|
||||
weeklyRewardsText2: '您可以總共獲得 2240000 金幣。',
|
||||
weeklyRewardsText22: '您可以總共獲得 3000000 金幣。',
|
||||
weeklyRewardsText3: '領取',
|
||||
weeklyRewardsText33: '已獲得',
|
||||
weeklyRewardsText4: '主播等級',
|
||||
@@ -327,6 +328,7 @@ langZh = {
|
||||
weeklyRewards: {
|
||||
text1: `主播每週獎勵`,
|
||||
text2: `您可以總共獲得 <b>2240000</b> 金幣。`,
|
||||
text22: `您可以總共獲得 <b>3000000</b> 金幣。`,
|
||||
text3: `領取`,
|
||||
text4: `主播等級`,
|
||||
text5: `已獲得`,
|
||||
@@ -337,6 +339,7 @@ langZh = {
|
||||
<p>2 金幣獎勵:每週計算用戶的鑽石收入,達到特定級別時可以獲得相應的金幣獎勵。</p>
|
||||
<p>3 金幣獎勵梯度</p>`,
|
||||
text3: `./images/weeklyRewardsRule2.png`,
|
||||
text33: `./images/weeklyRewardsRule2-trtr.png`,
|
||||
},
|
||||
agencyDiamondIncome: {
|
||||
text1: `公會鑽石收入`, // 繁體中文
|
||||
|
@@ -59,5 +59,5 @@
|
||||
<script src="./local/zh.js"></script>
|
||||
<script src="./local/ar.js"></script>
|
||||
<script src="./local/tr.js"></script>
|
||||
<script src="./js/weeklyRewards.js?v=1.11"></script>
|
||||
<script src="./js/weeklyRewards.js?v=2"></script>
|
||||
<script src="../../common/local/langHandler.js"></script>
|
@@ -35,5 +35,5 @@
|
||||
<script src="./local/zh.js"></script>
|
||||
<script src="./local/ar.js"></script>
|
||||
<script src="./local/tr.js"></script>
|
||||
<script src="./js/weeklyRewardsRule.js"></script>
|
||||
<script src="./js/weeklyRewardsRule.js?v=2"></script>
|
||||
<script src="../../common/local/langHandler.js"></script>
|