完成boom分区规则
This commit is contained in:
@@ -4,28 +4,82 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title class="text1"></title>
|
<title class="text1">活动规则</title>
|
||||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||||
<link rel="stylesheet" href="./style/cpRule.css">
|
<style>
|
||||||
|
body {
|
||||||
|
width: 10rem;
|
||||||
|
height: 17.78667rem;
|
||||||
|
background: #1C094E;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0.26667rem 0.42667rem 1.09333rem;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
width: 100%;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 0.37333rem;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 0.53333rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
width: 100%;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 0.34667rem;
|
||||||
|
font-weight: 400;
|
||||||
|
margin-bottom: 0.18667rem;
|
||||||
|
line-height: 0.53333rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
width: 9.14667rem;
|
||||||
|
margin-bottom: 0.18667rem;
|
||||||
|
margin-top: 0.18667rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img1 {
|
||||||
|
height: 4.26667rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img2 {
|
||||||
|
height: 5.44rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img3 {
|
||||||
|
height: 3.46667rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img9,
|
||||||
|
.img10,
|
||||||
|
.img11,
|
||||||
|
.img12 {
|
||||||
|
margin-top: 0.18667rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.imgBox {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-bottom: 0.18667rem;
|
||||||
|
margin-top: 0.18667rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.imgBox img {
|
||||||
|
width: 4.48rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.null {
|
||||||
|
height: 1.09333rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- 阿语区 -->
|
<div class="box">
|
||||||
<h3>1.透過贈送禮物來增加房間的BOOM值。 1金幣普通禮物=1 BOOM值; 20金幣幸運禮物=1BOOM價值。</h3>
|
</div>
|
||||||
<h3>2.當BOOM值達到100%時,將觸發超級大獎BOOM,房間內的使用者可以獲得獎勵。</h3>
|
|
||||||
<h3>3.貢獻排名並觸發BOOM的用戶將獲得該級別的超級獎品,房間內的其他用戶將隨機獲得獎品。</h3>
|
|
||||||
<h3>4. 每次觸發BOOM,房主都有機會獲得金幣獎勵。</h3>
|
|
||||||
<h3>5. BOOM等級越高,獲得的獎勵越豐富。</h3>
|
|
||||||
<h3>6. BOOM值每天0:00(GMT+3)更新</h3>
|
|
||||||
<h3>7.本平台擁有本活動最終解釋權。</h3>
|
|
||||||
<!-- 英语区 -->
|
|
||||||
<p>1.透過贈送禮物來增加房間的BOOM值。 1金幣普通禮物=1 BOOM值; 50金幣幸運禮物=2BOOM價值。</p>
|
|
||||||
<p>2.當BOOM值達到100%時,將觸發超級大獎BOOM,房間內的使用者可以獲得獎勵。</p>
|
|
||||||
<p>3.貢獻排名並觸發BOOM的用戶將獲得該級別的超級獎品,房間內的其他用戶將隨機獲得獎品。</p>
|
|
||||||
<p>4. 每次觸發BOOM,房主都有機會獲得金幣獎勵。</p>
|
|
||||||
<p>5. BOOM等級越高,獲得的獎勵越豐富。</p>
|
|
||||||
<p>6. BOOM值每天0:00(GMT+3)更新</p>
|
|
||||||
<p>7.本平台擁有本活動最終解釋權。</p>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -56,27 +110,8 @@
|
|||||||
function translateFun() {
|
function translateFun() {
|
||||||
var langReplace = window.lang.replace;
|
var langReplace = window.lang.replace;
|
||||||
var localLang = window.lang;
|
var localLang = window.lang;
|
||||||
$('.text1').text(langReplace(localLang.cpRule.text1));
|
$('.text1').text(langReplace(localLang.boom.text1));
|
||||||
$('.text2').text(langReplace(localLang.cpRule.text2));
|
getQueryString().partitionId == 2 ? $('.box').html(langReplace(localLang.boom.text2)) : $('.box').html(langReplace(localLang.boom.text3));
|
||||||
$('.text3').text(langReplace(localLang.cpRule.text3));
|
|
||||||
$('.text4').text(langReplace(localLang.cpRule.text4));
|
|
||||||
$('.text5').text(langReplace(localLang.cpRule.text5));
|
|
||||||
$('.text6').text(langReplace(localLang.cpRule.text6));
|
|
||||||
$('.text7').text(langReplace(localLang.cpRule.text7));
|
|
||||||
$('.text8').text(langReplace(localLang.cpRule.text8));
|
|
||||||
$('.text9').text(langReplace(localLang.cpRule.text9));
|
|
||||||
$('.text10').text(langReplace(localLang.cpRule.text10));
|
|
||||||
$('.text11').text(langReplace(localLang.cpRule.text11));
|
|
||||||
$('.text12').text(langReplace(localLang.cpRule.text12));
|
|
||||||
$('.text13').text(langReplace(localLang.cpRule.text13));
|
|
||||||
$('.text14').text(langReplace(localLang.cpRule.text14));
|
|
||||||
$('.text15').text(langReplace(localLang.cpRule.text15));
|
|
||||||
$('.text16').text(langReplace(localLang.cpRule.text16));
|
|
||||||
$('.text17').text(langReplace(localLang.cpRule.text17));
|
|
||||||
$('.text18').text(langReplace(localLang.cpRule.text18));
|
|
||||||
$('.text19').text(langReplace(localLang.cpRule.text19));
|
|
||||||
$('.text20').text(langReplace(localLang.cpRule.text20));
|
|
||||||
$('.text21').text(langReplace(localLang.cpRule.text21));
|
|
||||||
$('.text22').html(langReplace(localLang.cpRule.text22));
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
@@ -2299,4 +2299,26 @@ langAr = {
|
|||||||
إذا لم ترسل هدايا CP لمدة 60 يومًا متتالية: في الساعة 0:00 من اليوم الحادي والستين، ستنخفض حميمية CP بمقدار 500000، ثم ستنخفض بمقدار 500000 في الساعة 0:00 كل يوم. إذا انخفضت قيمة CP إلى النطاق المقابل للمستوى، سيتم تخفيض مستوى CP.
|
إذا لم ترسل هدايا CP لمدة 60 يومًا متتالية: في الساعة 0:00 من اليوم الحادي والستين، ستنخفض حميمية CP بمقدار 500000، ثم ستنخفض بمقدار 500000 في الساعة 0:00 كل يوم. إذا انخفضت قيمة CP إلى النطاق المقابل للمستوى، سيتم تخفيض مستوى CP.
|
||||||
إذا كانت قيمة المستوى 0، سيتم فك ارتباط CP بعد التخفيض. بمجرد أن تستأنف إرسال هدايا CP، سيتوقف خصم الحميمية.`
|
إذا كانت قيمة المستوى 0، سيتم فك ارتباط CP بعد التخفيض. بمجرد أن تستأنف إرسال هدايا CP، سيتوقف خصم الحميمية.`
|
||||||
},
|
},
|
||||||
|
// ===============================================Boom======================================
|
||||||
|
boom: {
|
||||||
|
text1: `قواعد النشاط`,
|
||||||
|
text2: `
|
||||||
|
<h3>1. يتم زيادة قيمة الـ BOOM في الغرفة من خلال إرسال الهدايا. 1 هدية عادية = 1 قيمة BOOM؛ 20 هدية حظ = 1 قيمة BOOM.</h3>
|
||||||
|
<h3>2. عندما تصل قيمة الـ BOOM إلى 100%، سيتم تفعيل الجائزة الكبرى BOOM ويمكن للمستخدمين في الغرفة الحصول على مكافآت.</h3>
|
||||||
|
<h3>3. المستخدم الذي يساهم بترتيب التبرعات ويقوم بتفعيل الـ BOOM سيحصل على الجائزة الكبرى لهذا المستوى، وسيحصل المستخدمون الآخرون في الغرفة على جوائز عشوائية.</h3>
|
||||||
|
<h3>4. في كل مرة يتم فيها تفعيل الـ BOOM، يكون لدى مالك الغرفة فرصة للحصول على مكافأة بالعملات الذهبية.</h3>
|
||||||
|
<h3>5. كلما زاد مستوى الـ BOOM، زادت المكافآت التي تحصل عليها.</h3>
|
||||||
|
<h3>6. يتم تحديث قيمة الـ BOOM يوميًا في الساعة 00:00 (GMT+3).</h3>
|
||||||
|
<h3>7. يحتفظ هذا النظام بحق التفسير النهائي لهذا النشاط.</h3>
|
||||||
|
`,
|
||||||
|
text3: `
|
||||||
|
<h3>1. يتم زيادة قيمة الـ BOOM في الغرفة من خلال إرسال الهدايا. 1 هدية عادية = 1 قيمة BOOM؛ 50 هدية حظ = 2 قيمة BOOM.</h3>
|
||||||
|
<h3>2. عندما تصل قيمة الـ BOOM إلى 100%، سيتم تفعيل الجائزة الكبرى BOOM ويمكن للمستخدمين في الغرفة الحصول على مكافآت.</h3>
|
||||||
|
<h3>3. المستخدم الذي يساهم بترتيب التبرعات ويقوم بتفعيل الـ BOOM سيحصل على الجائزة الكبرى لهذا المستوى، وسيحصل المستخدمون الآخرون في الغرفة على جوائز عشوائية.</h3>
|
||||||
|
<h3>4. في كل مرة يتم فيها تفعيل الـ BOOM، يكون لدى مالك الغرفة فرصة للحصول على مكافأة بالعملات الذهبية.</h3>
|
||||||
|
<h3>5. كلما زاد مستوى الـ BOOM، زادت المكافآت التي تحصل عليها.</h3>
|
||||||
|
<h3>6. يتم تحديث قيمة الـ BOOM يوميًا في الساعة 00:00 (GMT+3).</h3>
|
||||||
|
<h3>7. يحتفظ هذا النظام بحق التفسير النهائي لهذا النشاط.</h3>
|
||||||
|
`
|
||||||
|
}
|
||||||
}
|
}
|
@@ -2308,4 +2308,26 @@ langEn = {
|
|||||||
If the level value is 0, the CP will be unbound after downgrading. Once you resume sending CP gift, the
|
If the level value is 0, the CP will be unbound after downgrading. Once you resume sending CP gift, the
|
||||||
deduction of intimacy will stop.`,
|
deduction of intimacy will stop.`,
|
||||||
},
|
},
|
||||||
|
// ===============================================Boom======================================
|
||||||
|
boom: {
|
||||||
|
text1: `Event Rules`,
|
||||||
|
text2: `
|
||||||
|
<h3>1. Increase the BOOM value in the room by sending gifts. 1 coin regular gift = 1 BOOM value; 20 coin lucky gift = 1 BOOM value.</h3>
|
||||||
|
<h3>2. When the BOOM value reaches 100%, the super jackpot BOOM will be triggered, and users in the room can win rewards.</h3>
|
||||||
|
<h3>3. The user who contributes the most and triggers the BOOM will receive the super prize for that level, and other users in the room will randomly receive prizes.</h3>
|
||||||
|
<h3>4. Each time the BOOM is triggered, the room owner has a chance to receive a coin reward.</h3>
|
||||||
|
<h3>5. The higher the BOOM level, the richer the rewards.</h3>
|
||||||
|
<h3>6. BOOM value is reset daily at 00:00 (GMT+3).</h3>
|
||||||
|
<h3>7. The platform reserves the final right of interpretation for this event.</h3>
|
||||||
|
`,
|
||||||
|
text3: `
|
||||||
|
<h3>1. Increase the BOOM value in the room by sending gifts. 1 coin regular gift = 1 BOOM value; 50 coin lucky gift = 2 BOOM value.</h3>
|
||||||
|
<h3>2. When the BOOM value reaches 100%, the super jackpot BOOM will be triggered, and users in the room can win rewards.</h3>
|
||||||
|
<h3>3. The user who contributes the most and triggers the BOOM will receive the super prize for that level, and other users in the room will randomly receive prizes.</h3>
|
||||||
|
<h3>4. Each time the BOOM is triggered, the room owner has a chance to receive a coin reward.</h3>
|
||||||
|
<h3>5. The higher the BOOM level, the richer the rewards.</h3>
|
||||||
|
<h3>6. BOOM value is reset daily at 00:00 (GMT+3).</h3>
|
||||||
|
<h3>7. The platform reserves the final right of interpretation for this event.</h3>
|
||||||
|
`
|
||||||
|
}
|
||||||
}
|
}
|
@@ -737,7 +737,7 @@ langZh = {
|
|||||||
|
|
||||||
// ==========================================隐私政策==================================
|
// ==========================================隐私政策==================================
|
||||||
privacyPolicy_title: `Privacy Policy`,
|
privacyPolicy_title: `Privacy Policy`,
|
||||||
privacyPolicy_body: `<!-- wp:paragraph -->
|
privacyPolicy_body: `<!-- wp:paragraph -->
|
||||||
<p><em>Last updated: September 24, 202</em>4</p>
|
<p><em>Last updated: September 24, 202</em>4</p>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
@@ -2299,4 +2299,26 @@ langZh = {
|
|||||||
如果您在 60 天內未發送 CP 禮物:在第 61 天的 0:00,CP 親密度將降低 500000,然後每天的 0:00 再降低 500000。如果 CP 值降到對應的等級範圍,CP 等級將會降級。
|
如果您在 60 天內未發送 CP 禮物:在第 61 天的 0:00,CP 親密度將降低 500000,然後每天的 0:00 再降低 500000。如果 CP 值降到對應的等級範圍,CP 等級將會降級。
|
||||||
如果等級值為 0,CP 將在降級後解除綁定。一旦您恢復發送 CP 禮物,親密度的扣除將停止。`
|
如果等級值為 0,CP 將在降級後解除綁定。一旦您恢復發送 CP 禮物,親密度的扣除將停止。`
|
||||||
},
|
},
|
||||||
|
// ===============================================Boom======================================
|
||||||
|
boom: {
|
||||||
|
text1: `活動規則`,
|
||||||
|
text2: `
|
||||||
|
<h3>1. 透過贈送禮物來增加房間的BOOM值。1金幣普通禮物=1 BOOM值;20金幣幸運禮物=1BOOM價值。</h3>
|
||||||
|
<h3>2. 當BOOM值達到100%時,將觸發超級大獎BOOM,房間內的使用者可以獲得獎勵。</h3>
|
||||||
|
<h3>3. 貢獻排名並觸發BOOM的用戶將獲得該級別的超級獎品,房間內的其他用戶將隨機獲得獎品。</h3>
|
||||||
|
<h3>4. 每次觸發BOOM,房主都有機會獲得金幣獎勵。</h3>
|
||||||
|
<h3>5. BOOM等級越高,獲得的獎勵越豐富。</h3>
|
||||||
|
<h3>6. BOOM值每天0:00(GMT+3)更新。</h3>
|
||||||
|
<h3>7. 本平台擁有本活動最終解釋權。</h3>
|
||||||
|
`,//阿拉伯
|
||||||
|
text3: `
|
||||||
|
<h3>1. 透過贈送禮物來增加房間的BOOM值。1金幣普通禮物=1 BOOM值;50金幣幸運禮物=2BOOM價值。</h3>
|
||||||
|
<h3>2. 當BOOM值達到100%時,將觸發超級大獎BOOM,房間內的使用者可以獲得獎勵。</h3>
|
||||||
|
<h3>3. 貢獻排名並觸發BOOM的用戶將獲得該級別的超級獎品,房間內的其他用戶將隨機獲得獎品。</h3>
|
||||||
|
<h3>4. 每次觸發BOOM,房主都有機會獲得金幣獎勵。</h3>
|
||||||
|
<h3>5. BOOM等級越高,獲得的獎勵越豐富。</h3>
|
||||||
|
<h3>6. BOOM值每天0:00(GMT+3)更新。</h3>
|
||||||
|
<h3>7. 本平台擁有本活動最終解釋權。</h3>
|
||||||
|
`//英语区
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user