From 85a40558f85154b5ab18df131e948eccf8f71426 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Tue, 26 Nov 2024 18:48:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9tr=E4=BB=A5=E5=8F=8A=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E5=85=AC=E4=BC=9A=E5=9C=9F=E8=80=B3=E5=85=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/common/js/common2.js | 2 +- view/molistar/common/local/langHandler.js | 27 +- view/molistar/modules/guild-ar/BANK.html | 1 + view/molistar/modules/guild-ar/PAYONNER.html | 1 + view/molistar/modules/guild-ar/USDT.html | 1 + view/molistar/modules/guild-ar/VODAFONE.html | 1 + view/molistar/modules/guild-ar/adminSet.html | 1 + view/molistar/modules/guild-ar/adminSet2.html | 1 + .../modules/guild-ar/agencyDiamondIncome.html | 1 + view/molistar/modules/guild-ar/bill.html | 1 + .../modules/guild-ar/diamondWithdraw.html | 1 + view/molistar/modules/guild-ar/guide.html | 1 + view/molistar/modules/guild-ar/guild.html | 1 + .../modules/guild-ar/guildInfoSet.html | 1 + view/molistar/modules/guild-ar/index.html | 1 + .../molistar/modules/guild-ar/invitation.html | 1 + view/molistar/modules/guild-ar/js/index.js | 5 +- view/molistar/modules/guild-ar/local/tr.js | 349 ++++++++++++++++++ view/molistar/modules/guild-ar/personal.html | 1 + view/molistar/modules/guild-ar/record.html | 1 + .../modules/guild-ar/salary_account.html | 1 + view/molistar/modules/guild-ar/search.html | 1 + .../molistar/modules/guild-ar/successful.html | 1 + .../modules/guild-ar/weeklyRewards.html | 1 + .../modules/guild-ar/weeklyRewardsRule.html | 1 + 25 files changed, 390 insertions(+), 14 deletions(-) create mode 100644 view/molistar/modules/guild-ar/local/tr.js diff --git a/view/molistar/common/js/common2.js b/view/molistar/common/js/common2.js index c2727ce..30b5058 100644 --- a/view/molistar/common/js/common2.js +++ b/view/molistar/common/js/common2.js @@ -740,7 +740,7 @@ function getInfoFromClient() { } else { // 非app环境调试参数 - pubInfo.uid = sessionStorage.getItem("uid") ? sessionStorage.getItem("uid") : ''; + pubInfo.uid = sessionStorage.getItem("uid") ? sessionStorage.getItem("uid") : '2615'; // pubInfo.ticket = sessionStorage.getItem("ticket") ? sessionStorage.getItem("ticket") : ''; pubInfo.h5_token = sessionStorage.getItem("ticket") ? sessionStorage.getItem("ticket") : ''; pubInfo.deviceId = "0"; diff --git a/view/molistar/common/local/langHandler.js b/view/molistar/common/local/langHandler.js index 96549e6..e76a038 100644 --- a/view/molistar/common/local/langHandler.js +++ b/view/molistar/common/local/langHandler.js @@ -1,7 +1,7 @@ /** * 初始化当前语言 */ -function initLocalLang () { +function initLocalLang() { const lang = localStorage.getItem('lang') // if (lang === 'zh' || window.location.href.match('=zh-CN')) { // console.log("langHandler" + '简体') @@ -10,7 +10,7 @@ function initLocalLang () { // window.lang.code = 'zh-CN' // window.lang.defaults = false // } else - if (lang === 'zh' || window.location.href.match('=zh')) { + if (lang === 'zh' || window.location.href.match('=zh')) { console.log("langHandler" + '繁体') window.lang = langZh window.lang.code = 'zh' @@ -33,16 +33,19 @@ function initLocalLang () { window.lang = langId window.lang.code = 'id' window.lang.defaults = false - }else if (lang === 'tr' || window.location.href.match('=tr')) { - // 土耳其 - // console.log("langHandler" + '土耳其') - // window.lang = langTr - // window.lang.code = 'tr' - // window.lang.defaults = false - console.log("langHandler" + '英语/土耳其') - window.lang = langEn - window.lang.code = 'en' - window.lang.defaults = false + } else if (lang === 'tr' || window.location.href.match('=tr')) { + if (window.location.href.match('guild-ar')) { + // 土耳其 + console.log("langHandler" + '土耳其') + window.lang = langTr + window.lang.code = 'tr' + window.lang.defaults = false + } else { + console.log("langHandler" + '英语/土耳其') + window.lang = langEn + window.lang.code = 'en' + window.lang.defaults = false + } } else { console.log("langHandler" + '默认英语') window.lang = langEn diff --git a/view/molistar/modules/guild-ar/BANK.html b/view/molistar/modules/guild-ar/BANK.html index edc14ac..1632175 100644 --- a/view/molistar/modules/guild-ar/BANK.html +++ b/view/molistar/modules/guild-ar/BANK.html @@ -75,6 +75,7 @@ + diff --git a/view/molistar/modules/guild-ar/PAYONNER.html b/view/molistar/modules/guild-ar/PAYONNER.html index 6731b98..41099ff 100644 --- a/view/molistar/modules/guild-ar/PAYONNER.html +++ b/view/molistar/modules/guild-ar/PAYONNER.html @@ -59,6 +59,7 @@ + diff --git a/view/molistar/modules/guild-ar/USDT.html b/view/molistar/modules/guild-ar/USDT.html index 91f9250..a56a0ea 100644 --- a/view/molistar/modules/guild-ar/USDT.html +++ b/view/molistar/modules/guild-ar/USDT.html @@ -55,6 +55,7 @@ + diff --git a/view/molistar/modules/guild-ar/VODAFONE.html b/view/molistar/modules/guild-ar/VODAFONE.html index af1d93e..669b908 100644 --- a/view/molistar/modules/guild-ar/VODAFONE.html +++ b/view/molistar/modules/guild-ar/VODAFONE.html @@ -54,6 +54,7 @@ + diff --git a/view/molistar/modules/guild-ar/adminSet.html b/view/molistar/modules/guild-ar/adminSet.html index 0b0ba16..2c78be4 100644 --- a/view/molistar/modules/guild-ar/adminSet.html +++ b/view/molistar/modules/guild-ar/adminSet.html @@ -58,5 +58,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/adminSet2.html b/view/molistar/modules/guild-ar/adminSet2.html index 29cfdff..1b87481 100644 --- a/view/molistar/modules/guild-ar/adminSet2.html +++ b/view/molistar/modules/guild-ar/adminSet2.html @@ -58,5 +58,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/agencyDiamondIncome.html b/view/molistar/modules/guild-ar/agencyDiamondIncome.html index 285ab80..54377b0 100644 --- a/view/molistar/modules/guild-ar/agencyDiamondIncome.html +++ b/view/molistar/modules/guild-ar/agencyDiamondIncome.html @@ -80,5 +80,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/bill.html b/view/molistar/modules/guild-ar/bill.html index a1c9a59..d4abeb0 100644 --- a/view/molistar/modules/guild-ar/bill.html +++ b/view/molistar/modules/guild-ar/bill.html @@ -58,6 +58,7 @@ + diff --git a/view/molistar/modules/guild-ar/diamondWithdraw.html b/view/molistar/modules/guild-ar/diamondWithdraw.html index d8ad82f..4ab00fd 100644 --- a/view/molistar/modules/guild-ar/diamondWithdraw.html +++ b/view/molistar/modules/guild-ar/diamondWithdraw.html @@ -62,5 +62,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/guide.html b/view/molistar/modules/guild-ar/guide.html index c7ac654..967e3d9 100644 --- a/view/molistar/modules/guild-ar/guide.html +++ b/view/molistar/modules/guild-ar/guide.html @@ -39,6 +39,7 @@ + + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/guildInfoSet.html b/view/molistar/modules/guild-ar/guildInfoSet.html index 45a266f..b0a947e 100644 --- a/view/molistar/modules/guild-ar/guildInfoSet.html +++ b/view/molistar/modules/guild-ar/guildInfoSet.html @@ -68,5 +68,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/index.html b/view/molistar/modules/guild-ar/index.html index 8c70617..af189e2 100644 --- a/view/molistar/modules/guild-ar/index.html +++ b/view/molistar/modules/guild-ar/index.html @@ -189,5 +189,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/invitation.html b/view/molistar/modules/guild-ar/invitation.html index 6211475..7bdc041 100644 --- a/view/molistar/modules/guild-ar/invitation.html +++ b/view/molistar/modules/guild-ar/invitation.html @@ -58,5 +58,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/js/index.js b/view/molistar/modules/guild-ar/js/index.js index f4c4fcb..cb850ea 100644 --- a/view/molistar/modules/guild-ar/js/index.js +++ b/view/molistar/modules/guild-ar/js/index.js @@ -65,6 +65,9 @@ $(function () { }, 100) }) function translateFun() { + if (getQueryString().lang == "tr") { + $('.headerBox .headerBox_in div .why').hide(); + } var langReplace = window.lang.replace; var localLang = window.lang; $('.text1').text(langReplace(localLang.demoModule.text1)); @@ -412,4 +415,4 @@ $(`.myWages`).click(function (params) { // $('.guildList .top').on('blur', 'input', () => { // console.log("失焦"); // $('.headerBox').css('margin','-0.4rem auto 0rem') -// }); \ No newline at end of file +// }); diff --git a/view/molistar/modules/guild-ar/local/tr.js b/view/molistar/modules/guild-ar/local/tr.js new file mode 100644 index 0000000..7102920 --- /dev/null +++ b/view/molistar/modules/guild-ar/local/tr.js @@ -0,0 +1,349 @@ +langTr = { + demoModule: { + layerIndex1: `Yükleniyor...`, + layerIndex2: `Başarı`, + layerIndex3: `Ağ hatası`, + text1: `Ajans Adı`, + text2: `Ajans Adı`, + text3: `Yönetici`, + text4: `Ayarlar`, + text5: `Gelir`, + text6: `Davet Et`, + text7: `Detaylar`, + text8: `Ajans Adı`, + text9: `İptal`, + text10: `Onayla`, + text11: 'Guild Adı:', + text12: `Usta`, + text13: `Yönetici`, + text14: `Sil`, + text15: `Bu kişiyi kaldırmak istediğinize emin misiniz?`, + text16: `MoliStar ID`, + texts1: "Madeni Para Gelir İstatistikleri", + texts2: "Maaş Gelir İstatistikleri", + texts3: "Ajans Ayarları", + texts4: "Yönetici Ayarları", + texts5: "Benim Maaşım", + newtext1: "Benim Gelirim", + newtext2: "Maaş Hesabı", + newtext3: "Guild Bilgisi", + newtext4: "Guild Yönetici", + newtext5: "Ajans Seviyesi", + newtext6: "Geçerli Ajans Seviyesi:", + newtext7: "Bir Sonraki Seviye İçin Gereken:", + coins: "Madeni Paralar", + transfer_salary: "Maaş Transferi:", + audit: 'Denetim Aşamasında', + weeklyRewardsText1: 'Haftalık Ödülleri Ev Sahibi', + weeklyRewardsText2: 'Toplamda 2240000 madeni para kazanabilirsiniz.', + weeklyRewardsText3: 'Al', + weeklyRewardsText33: 'Alındı', + weeklyRewardsText4: 'Ev Sahibi Seviyesi', + weeklyRewardsText5: 'Sıfırlama Zamanı: Pazartesi 0:00 (GMT+3)', + }, + adminSet: { + text1: `Yönetici`, + text2: `Bul`, + text3: `Veri Yok`, + text4: `Yönetici Atansın mı?`, + text5: `İptal`, + text6: `Onayla`, + text7: `Ekle`, + text8: `Eklendi`, + }, + adminSet2: { + text1: `Yönetici`, + text2: `Ayarlar`, + text3: `Yönetici Ekle`, + text4: `Veri Yok`, + text5: `Yöneticiyi Kaldıralım mı?`, + text6: `İptal`, + text7: `Onayla`, + text8: `Usta`, + text9: `Yönetici`, + text10: `Sil`, + text11: 'Kaldırıldı', + }, + guild: { + text1: `Tümü`, + text2: `Tümü`, + text3: `Ajans`, + text4: `Katılmak için başvuru yapalım mı?`, + text5: `İptal`, + text6: `Onayla`, + text7: `Ekle`, + text8: 'Gönderildi', + }, + guildInfoSet: { + text1: `Ajans Ayarları`, + text2: `Ajans Ayarları`, + text3: `Ad: `, + text4: `Ad`, + text5: `Arka Plan:`, + text6: `Sil`, + text7: `Kaydet`, + text8: `Yüklendi`, + textConte1: `Kaydet`, + textConte2: `Düzenle`, + textConte3: `Ekle`, + textConte4: `Ödeme Hesabı`, + text55: `Guild Avatarı`, + toastMsgText1: `GIF yüklemesi şu anda desteklenmiyor`, + }, + invitation: { + text1: `Bul`, + text2: `MoliStarID Bul`, + text3: `Bul`, + text4: `İçerik Yok`, + text5: `Guild'e Davet Et?`, + text6: `İptal`, + text7: `Onayla`, + text8: `Ekle`, + text9: `Veri Yok`, + text10: 'Davet Gönderildi', + }, + memberFlow: { + text1: `Gelir İstatistikleri`, + text2: `Toplam Madeni Para Geliri`, + text3: `Üye Madeni Para Geliri`, + text4: `Başlangıç zamanı bitiş zamanından sonra olamaz`, + text5: `Seçilen zaman dilimi 90 günü geçemez`, + text6: `Madeni Para Geliri`, + text7: `Süre`, + text8: `Verici Sayısı`, + text9: `Ben`, + }, + memberFlow2: { + text1: `Maaş İstatistikleri`, + text2: `Önceki`, + text3: `Sonraki`, + text4: `Benim Maaşım`, + text5: `Madeni Para Maaşı`, + text6: `Komisyon`, + text7: `Kalan Elmaslar`, + text8: `Üye Maaşları`, + text9: `Ay`, + text10: `Üye`, + text11: `Geçerli günler`, + text12: `Madeni Para Geliri`, + text13: `Madeni Para Maaşı`, + text14: `Kalan Elmaslar`, + text15: `Görüntüle`, + text16: `Detaylar`, + text17: `Geçerli`, + textss: 'Toplam Madeni Para Maaşı:' + }, + memberFlow22: { + text1: `Üye Maaşı`, + text2: `Önceki`, + text3: `Sonraki`, + text4: `Madeni Para Maaşı`, + text5: `Madeni Para Geliri`, + text6: `Geçerli Günler`, + text7: `Kalan Elmaslar`, + text8: `Günlük Detaylar`, + text9: ``, + text10: `Tarih`, + text11: `Süre`, + text12: `Günlük Gelir`, + text13: `Aylık Gelir`, + text14: `Madeni Para Maaşı`, + }, + memberFlow222: { + text1: `Üye Maaşı`, + text2: `Önceki`, + text3: `Sonraki`, + text4: `Madeni Para Maaşı`, + text5: `Madeni Para Geliri`, + text6: `Geçerli Günler`, + text7: `Kalan Elmaslar`, + text8: `Günlük Detaylar`, + text9: ``, + text10: `Tarih`, + text11: `Süre`, + text12: `Günlük Gelir`, + text13: `Aylık Gelir`, + text14: `Madeni Para Maaşı`, + }, + search: { + text1: `Bul`, + text2: `MoliStarID Bul`, + text3: `Bul`, + text4: `İçerik Yok`, + text5: `Katılmak için başvuru yapalım mı?`, + text6: `Sil`, + text7: `İptal`, + text8: 'Gönderildi', + }, + lay: { + ok: 'Onayla', + close: 'İptal', + departed: 'Ayrıldılar', + }, + personal: { + text1: `Kişisel`, + text2: `Ajans`, + text3: `Benim elmasım:`, + text4: `Çekim Yap`, + text5: `Maaş Hesabıma Gir`, + text6: `Bu Dönem Geliri`, + text7: `(Bu dönemde maaş hesabına çekilen elmaslardan elde edilen toplam gelir)`, + text8: `Toplam gelir`, + text9: `Hesaplanan gelir`, + text10: `Kalan gelir`, + text11: `Son dönem geliri`, + text12: `Toplam gelir`, + text13: `Hesaplanan gelir`, + text14: `Kalan gelir`, + text15: `Ajan maaşı`, + text16: `Ajan maaşı`, + text17: `Elmas geliri`, + text18: `Ajan gelir oranı`, + text19: `Anchor verileri`, + text20: `Elmas geliri`, + }, + diamondWithdraw: { + text1: `Elmas Çekim `, + text2: `Onayla`, + text3: `Başarıyla Çekildi`, + text4: `Maaş Hesabına Gir`, + text5: `İptal`, + text6: `Madeni Paraların Güncellenmesi`, + text7: `Kaydedildi`, + text8: 'Başarıyla Çekildi', + }, + salary: { + text1: `Maaş Hesabı`, + text2: `Benim Maaşım:`, + text3: `Fatura`, + text4: `Kişisel`, + text5: `Ajans`, + text6: `Transfer Yöntemi`, + text7: `Transfer Dolarları`, + text8: `Onayla`, + text9: `Ajans Yükle`, + text10: `Bu alanda ajans yüklemesi yok`, + text11: `İptal`, + text12: `Onayla`, + text13: `Ajans Yükle`, + text14: `Ajansa göndermek istediğinize emin misiniz?`, + text15: `Özel Tutar`, + text16: `Hepsi`, + text17: `0 altın madeni paraya dönüştürülebilir`, + text18: `(1:7000 oranında değişim)`, + text19: `Madeni Para Dönüştür`, + text20: `Çekim`, + text21: `Çekim kanalı her ayın 1. ve 2. günü açılır.`, + text22: `Ajans Hesaplaşması`, + text23: `Ajans Yükleme Hesaplaşması`, + text24: `Lütfen bozdurulacak miktarı girin`, + text25: `Madeni Paralar`, + textnew1: `Çekim Hesabı`, + textnew2: `Bağlanmamış`, + textnew3: `Hesap Seç`, + textnew4: `Çekim`, + textnew5: `Çekim Miktarı`, + textnew6: `İşlem Ücreti Oranı`, + textnew7: `İşlem Ücreti`, + textnew8: `USD to EGP döviz kuru: 1:`, + textnew9: `Tahmini Miktar`, + textnew10: `Not: Tahmini varış miktarı banka döviz kuru gibi faktörlerden etkilenebilir.`, + textnew11: `Çekim`, + textnew12: `İptal`, + textnew13: `Lütfen bir çekim hesabı seçin`, + textnew14: `Maksimum transfer edilebilir miktardan fazla.`, + textnew15: `Başarı`, + textnew16: `Çekim taleplerinin işlenme süresi her ayın 3'ü ile 10'u arasındadır.`, + textnew17: `Tamam`, + }, + bill: { + text1: `Fatura`, + text2: `Gelir`, + text3: `Giderler`, + text4: `Maaş:`, + text5: `Elmas Çekimi`, + text6: `Resmi Çekim`, + text7: `Maaşın madeni para ile değiştirilmesi`, + text8: `Maaş Transferi`, + text9: `Ajans Maaşı`, + text10: `İnceleme Aşamasında`, + text11: `Verildi`, + text12: `Reddedildi`, + text13: ``, + }, + success: { + text1: `Hesaplaşma Başarılı`, + text2: `Değişim Başarılı`, + text3: `Maaş`, + text4: `Mevcut Durum`, + text5: `Değişim Başarılı`, + text6: `Değişim Hesabı`, + text7: `Madeni Para Değişimi`, + text8: `Değişim Zamanı`, + text9: `Sipariş`, + text10: ``, + text11: `Mevcut Durum`, + text12: `Başarılı`, + text13: `Hesap`, + text14: `Hesaplaşma Hesabı`, + text15: `Zaman`, + text16: `Sipariş`, + }, + payonner: { + text1: `Payonner`, + text2: `Onayla`, + text3: `Bağlantıyı Kaldır`, + text4: `Ülke`, + text5: `Tamam`, + text6: `Para Birimi Türü:`, + text7: `Ülke`, + text8: `alıcıHesapNo`, + text9: `alıcıAdı`, + text10: `Zorunlu alanlar boş bırakılamaz`, + }, + bank: { + text1: `Onayla`, + text2: `Bağlantıyı Kaldır`, + text3: `Ülke`, + text4: `Tamam`, + text5: `Ülke`, + text6: `alıcıHesapNo`, + text7: `Banka Adı`, + text8: `SWIFT Kodu`, + text9: `alıcıAdı`, + text10: `Adres`, + }, + pTitle: { + p1: `Ülke`, + p2: `alıcıHesapNo`, + p3: `Banka Adı (Sadece İngilizce Girin)`, + p4: `SWIFT Kodu (Sadece İngilizce Girin)`, + p5: `alıcıAdı (Sadece İngilizce Girin)`, + p6: `Adres (Sadece İngilizce Girin)`, + p7: `alıcıHesap (E-posta formatında)`, + }, + weeklyRewards: { + text1: `Ev Sahibi Haftalık Ödülleri`, + text2: `Toplamda 2240000 madeni para kazanabilirsiniz.`, + text3: `Al`, + text4: `Ev Sahibi Seviyesi`, + text5: `Alındı`, + }, + weeklyRewardsRule: { + text1: `Kurallar`, + text2: `

1 Aktivite Zamanı: Her hafta 0:00-23:59 (GMT+3)

+

2 Madeni Para Ö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.

+

3 Madeni Para Ödül Gradyanı

`, + text3: `./images/weeklyRewardsRule2.png`, + }, + agencyDiamondIncome: { + text1: `Ajans Elmas Geliri`, + text2: `Bir guild kurarak, istediğiniz zaman elmas gelirinizi arayabilirsiniz.`, + text3: `Kullanıcı ajansı terk ettiğinde veri değişiklikleri olabilir.`, + text4: `Denetim`, + text5: `Tarih Seçimi`, + text6: `Onayla`, + text7: `Ara`, + } + +}; diff --git a/view/molistar/modules/guild-ar/personal.html b/view/molistar/modules/guild-ar/personal.html index a0c472c..52994de 100644 --- a/view/molistar/modules/guild-ar/personal.html +++ b/view/molistar/modules/guild-ar/personal.html @@ -127,5 +127,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/record.html b/view/molistar/modules/guild-ar/record.html index b04572d..d9174c9 100644 --- a/view/molistar/modules/guild-ar/record.html +++ b/view/molistar/modules/guild-ar/record.html @@ -45,6 +45,7 @@ + diff --git a/view/molistar/modules/guild-ar/salary_account.html b/view/molistar/modules/guild-ar/salary_account.html index f4cfe84..4192fc0 100644 --- a/view/molistar/modules/guild-ar/salary_account.html +++ b/view/molistar/modules/guild-ar/salary_account.html @@ -223,6 +223,7 @@ + diff --git a/view/molistar/modules/guild-ar/search.html b/view/molistar/modules/guild-ar/search.html index 0340f74..79a7c47 100644 --- a/view/molistar/modules/guild-ar/search.html +++ b/view/molistar/modules/guild-ar/search.html @@ -58,5 +58,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/successful.html b/view/molistar/modules/guild-ar/successful.html index 82f27f6..a69bc82 100644 --- a/view/molistar/modules/guild-ar/successful.html +++ b/view/molistar/modules/guild-ar/successful.html @@ -94,6 +94,7 @@ + diff --git a/view/molistar/modules/guild-ar/weeklyRewards.html b/view/molistar/modules/guild-ar/weeklyRewards.html index 7c0d48e..a94dd8f 100644 --- a/view/molistar/modules/guild-ar/weeklyRewards.html +++ b/view/molistar/modules/guild-ar/weeklyRewards.html @@ -58,5 +58,6 @@ + \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/weeklyRewardsRule.html b/view/molistar/modules/guild-ar/weeklyRewardsRule.html index e205449..c214664 100644 --- a/view/molistar/modules/guild-ar/weeklyRewardsRule.html +++ b/view/molistar/modules/guild-ar/weeklyRewardsRule.html @@ -34,5 +34,6 @@ + \ No newline at end of file