Global Ozon1+

Rank 1

10088 ratings

4.9 

years old

18+

Age

the charts

#1

APP

大小

28.66

M

const sliderContainer = document.querySelector('.slider-container'); let isDragging = false; let startPosition = 0; let currentTranslate = 0; let prevTranslate = 0; sliderContainer.addEventListener('mousedown', e => { if (e.target.tagName === 'IMG') { isDragging = true; startPosition = getPositionX(e); prevTranslate = currentTranslate; sliderContainer.style.cursor = 'grabbing'; } }); sliderContainer.addEventListener('mousemove', e => { if (!isDragging) return; e.preventDefault(); const currentPosition = getPositionX(e); currentTranslate = prevTranslate + currentPosition - startPosition; // 防止滑动超出边界 const minTranslate = -(sliderContainer.scrollWidth - sliderContainer.clientWidth); currentTranslate = Math.max(minTranslate, Math.min(0, currentTranslate)); updateSliderPosition(); }); sliderContainer.addEventListener('mouseup', () => { if (isDragging) { isDragging = false; sliderContainer.style.cursor = 'grab'; snapToNearestImage(); } }); sliderContainer.addEventListener('mouseleave', () => { if (isDragging) { isDragging = false; sliderContainer.style.cursor = 'grab'; snapToNearestImage(); } }); function getPositionX(event) { return event.type.includes('mouse') ? event.pageX : event.touches[0].clientX; } function updateSliderPosition() { sliderContainer.style.transform = `translateX(${currentTranslate}px)`; } function snapToNearestImage() { const images = Array.from(sliderContainer.querySelectorAll('img')); const imageWidth = images[0].offsetWidth + 10; // 图片宽度加上间距 const nearestImageIndex = Math.round(-currentTranslate / imageWidth); currentTranslate = -nearestImageIndex * imageWidth; updateSliderPosition(); }
Rating and evaluation
4.9

Full score of 5 points

19k ratings

Very good application, recommended!05-07

James Levine
This app is really great to use. It's smooth and not stuck, with clear graphics, easy to operate, and rich and diverse gameplay. Colleagues are all playing this app, friends can give it a try, it's really great, strongly recommended!!!
New function

6.0

Information
  • size

    3.05 MB

  • compatibility

    Android system or iOS 8.0 or higher. Compatible with iPhone and iPod touch。

  • language

    English, Simplified Chinese

  • Age grading

    Limited to 18 years old and above

  • Copyright

    © 2018-2025 Ozon Inc

  • Price

    Free

Installation Guide
Step 1: Allow the configuration profile to be opened
Installation Guide
Step 2: Click the install button in the upper right corner
Installation Guide
Step 3: Enter the power-on unlock password
Installation Guide
Step 4: Click the install button below
var swiper = new Swiper('.swiper-container', { pagination: { el: '.swiper-pagination', }, loop: true // 添加无限循环配置 }); function changeLanguage() { var selectedLanguage = document.getElementById("languageSelect").value; if (selectedLanguage === "en") { setEnglishText(); } else if (selectedLanguage === "zh") { setChineseText(); } else if (selectedLanguage === "zh_TW") { setTraditionalChineseText(); } else if (selectedLanguage === "pt") { setPortugueseText(); } else if (selectedLanguage === "ja") { setJapaneseText(); } else if (selectedLanguage === "teq") { setTurkishText(); } else if (selectedLanguage === "xby") { setSpanishText(); } } function setChineseText() { document.getElementById("description").textContent = "第 1 名"; document.getElementById("rating-text").textContent = "10088个评分"; document.getElementById("age-text").textContent = "年龄"; document.getElementById("ranking-text").textContent = "排行榜"; document.getElementById("size-text").textContent = "大小"; document.getElementById("v3Tishi").textContent = "提示:软件下载后请到iPhone设置-通用-VPN与设备管理-企业级app-信任证书"; document.getElementById("installLink").textContent = "免费安装"; document.getElementById("age").textContent = "岁"; document.getElementById("application").textContent = "应用"; document.getElementById("otherTitle").textContent = "新功能"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "信息"; document.getElementById("size-textb").textContent = "大小"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "兼容性"; document.getElementById("compatibilityValue").textContent = "Android系统 或 iOS 8.0 或更高版本。与 iPhone和 iPod touch 兼容。"; document.getElementById("language").textContent = "语言"; document.getElementById("languageValue").textContent = "英语,简体中文"; document.getElementById("ageRating").textContent = "年龄分级"; document.getElementById("ageRatingValue").textContent = "限18岁以上"; document.getElementById("copyright").textContent = "Copyright"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "价格"; document.getElementById("priceValue").textContent = "免费"; document.getElementById("privacyPolicy").textContent = "隐私政策"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "免责声明:"; document.getElementById("shengming").textContent = "本网站仅为“Globalozon.com”进行自动打包生成App和App的下载托管,App内的内容和运营相关事项由App开发者负责,与本网站无关,如有违法违规,联系我们举报"; // 添加评论部分的中文文本更新 document.querySelector(".comment .publicTitle").textContent = "评分及评论"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "满分 5 分"; document.querySelector(".comment .right p").textContent = "19k 个评分"; // 添加评论信息部分的中文文本更新 document.querySelector(".comment-info .comment-user .fy22").textContent = "非常不错的应用,推荐!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "这个应用真的太好用了,应用流畅不卡顿,画面清晰,操作便捷,玩法丰富多样,同事都在玩这个App,朋友们可以试试看,真的是非常的不错,强烈推荐推荐推荐!!!"; } function setSpanishText() { document.getElementById("description").textContent = "Número 1"; document.getElementById("rating-text").textContent = "10.088 puntos"; document.getElementById("age-text").textContent = "Edad"; document.getElementById("ranking-text").textContent = "Lista de clasificación"; document.getElementById("size-text").textContent = "Tamaño"; document.getElementById("v3Tishi").textContent = "Consejo: después de descargar el software, vaya a la configuración del iPhone - GM - VPN y gestión de dispositivos - aplicaciones empresariales - certificados de confianza"; document.getElementById("installLink").textContent = "Instalación gratuita"; document.getElementById("age").textContent = "Años"; document.getElementById("application").textContent = "Aplicación"; document.getElementById("otherTitle").textContent = "Nuevas funciones"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "Información"; document.getElementById("size-textb").textContent = "Tamaño"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "Compatibilidad"; document.getElementById("compatibilityValue").textContent = "Sistema Android o Ios 8.0 o superior. Compatible con iPhone e iPod Touch"; document.getElementById("language").textContent = "Idiomas"; document.getElementById("languageValue").textContent = "Inglés, chino simplificado"; document.getElementById("ageRating").textContent = "Clasificación por edad"; document.getElementById("ageRatingValue").textContent = "Límite para mayores de 18 años"; document.getElementById("copyright").textContent = "Copyright"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "Precio"; document.getElementById("priceValue").textContent = "Gratis"; document.getElementById("privacyPolicy").textContent = "Política de privacidad"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "Declaración de exención de responsabilidad:"; document.getElementById("shengming").textContent = "Este sitio web solo empaqueta automáticamente sitios web proporcionados por desarrolladores para generar descargas y alojamiento de aplicaciones y aplicaciones. el contenido y los asuntos relacionados con la operación dentro de la aplicación son responsabilidad del desarrollador de aplicaciones y no tienen nada que ver con este sitio Web. si hay violaciones de la ley, Póngase en contacto con nosotros para denunciar."; // 添加评论部分的中文文本更新 document.querySelector(".comment .publicTitle").textContent = "Ratings and Reviews"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "Out of 5"; document.querySelector(".comment .right p").textContent = "19k ratings"; // 添加评论信息部分的中文文本更新 document.querySelector(".comment-info .comment-user .fy22").textContent = "Muy buena aplicación, recomendada"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "Esta aplicación es realmente muy fácil de usar, la aplicación es fluida y no atascada, la imagen es clara, la operación es conveniente, el juego es rico y diverso, los colegas están jugando con esta aplicación, los amigos pueden intentarlo"; } function setTurkishText() { document.getElementById("description").textContent = "1. yer"; document.getElementById("rating-text").textContent = "10088 dereceleri"; document.getElementById("age-text").textContent = "Yaşı"; document.getElementById("ranking-text").textContent = "Ranking"; document.getElementById("size-text").textContent = "size"; document.getElementById("v3Tishi").textContent = "Tip: Yazılım indirdikten sonra, lütfen iPhone Ayarlarına git - General VPN ve Aygıt Yönetimi - Enterprise Uygulaması - Trust Certificate"; document.getElementById("installLink").textContent = "Özgür kurulu"; document.getElementById("age").textContent = "yıl"; document.getElementById("application").textContent = "uygulama"; document.getElementById("otherTitle").textContent = "yeni fonksiyon"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "bilgi"; document.getElementById("size-textb").textContent = "size"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "uyumlu"; document.getElementById("compatibilityValue").textContent = "Android sistemi ya da iOS 8.0 ya da daha yüksek. iPhone ve iPod dokunmasıyla uygun。"; document.getElementById("language").textContent = "dil"; document.getElementById("languageValue").textContent = "İngilizce, Basitleştirilmiş Çince"; document.getElementById("ageRating").textContent = "Yaş klasifikasyonu"; document.getElementById("ageRatingValue").textContent = "Sınırlı 18 yaşında ve aşağıda"; document.getElementById("copyright").textContent = "Copyright"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "fiyat"; document.getElementById("priceValue").textContent = "özgür"; document.getElementById("privacyPolicy").textContent = "Gizlilik politikası"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "Kaçırıcılar:"; document.getElementById("shengming").textContent = "Bu web sitesi sadece otomatik paketleme ve uygulamaları oluşturup indirmek ve yönetmek için geliştirme sitesi için. Uygulama içerisindeki içerikler ve işlem sorunları uygulama geliştirmenin sorumluluğudur ve bu web sitesi ile bağlantılı değildir. Eğer bir ihtilaf varsa, lütfen onları bildirmek için bize bağlantı edin."; // 添加评论部分的中文文本更新 document.querySelector(".comment .publicTitle").textContent = "Derleme ve yorumlar"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "Tam 5 nokta."; document.querySelector(".comment .right p").textContent = "19k dereceleri"; // 添加评论信息部分的中文文本更新 document.querySelector(".comment-info .comment-user .fy22").textContent = "Çok iyi uygulama, önerildi!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "Bu uygulama kullanılacak gerçekten harika. Açık grafiklerle, işlemek kolay, zengin ve çeşitli oyun oynamak için düzgün ve s ıkıştırılmaz. İşbirliği bu uygulama çalıyor ve arkadaşlar bunu deneyebilirler. Bu gerçekten harika ve çok önerilmiş.!!!"; } function setEnglishText() { document.getElementById("description").textContent = "Rank 1"; document.getElementById("rating-text").textContent = "10088 ratings"; document.getElementById("age-text").textContent = "Age"; document.getElementById("ranking-text").textContent = "Ranking"; document.getElementById("size-text").textContent = "Size"; document.getElementById("v3Tishi").textContent = "Hint: After downloading the software, please go to iPhone Settings - General - VPN & Device Management - Enterprise App - Trust Certificate"; document.getElementById("installLink").textContent = "Free Installation"; document.getElementById("age").textContent = "years old"; document.getElementById("application").textContent = "Application"; document.getElementById("otherTitle").textContent = "New Features"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "Information"; document.getElementById("size-textb").textContent = "Size"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "Compatibility"; document.getElementById("compatibilityValue").textContent = "Android system or iOS 8.0 or higher. Compatible with iPhone and iPod touch."; document.getElementById("language").textContent = "Language"; document.getElementById("languageValue").textContent = "English, Simplified Chinese"; document.getElementById("ageRating").textContent = "Age Rating"; document.getElementById("ageRatingValue").textContent = "18+"; document.getElementById("copyright").textContent = "Copyright"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "Price"; document.getElementById("priceValue").textContent = "Free"; document.getElementById("privacyPolicy").textContent = "Privacy Policy"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "Disclaimer:"; document.getElementById("shengming").textContent = "This website only provides automatic packaging and hosting of apps generated by developers. The content and operational matters of the app are the responsibility of the app developer and have no relation to this website. Please contact us to report any illegal or irregular activities."; // Update the Chinese text in the comment section document.querySelector(".comment .publicTitle").textContent = "Ratings and Reviews"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "Out of 5"; document.querySelector(".comment .right p").textContent = "19k ratings"; // Update the Chinese text in the comment info section document.querySelector(".comment-info .comment-user .fy22").textContent = "Great app, highly recommended!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "This app is really amazing. It runs smoothly, has clear graphics, and offers convenient controls. There are plenty of diverse gameplay options. My colleagues are also using this app. Friends, you should give it a try. It's truly remarkable. Highly recommended!!!"; } function setChineseText() { document.getElementById("description").textContent = "第 1 名"; document.getElementById("rating-text").textContent = "10088个评分"; document.getElementById("age-text").textContent = "年龄"; document.getElementById("ranking-text").textContent = "排行榜"; document.getElementById("size-text").textContent = "大小"; document.getElementById("v3Tishi").textContent = "提示:软件下载后请到iPhone设置-通用-VPN与设备管理-企业级app-信任证书"; document.getElementById("installLink").textContent = "免费安装"; document.getElementById("age").textContent = "岁"; document.getElementById("application").textContent = "应用"; document.getElementById("otherTitle").textContent = "新功能"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "信息"; document.getElementById("size-textb").textContent = "大小"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "兼容性"; document.getElementById("compatibilityValue").textContent = "Android系统 或 iOS 8.0 或更高版本。与 iPhone和 iPod touch 兼容。"; document.getElementById("language").textContent = "语言"; document.getElementById("languageValue").textContent = "英语,简体中文"; document.getElementById("ageRating").textContent = "年龄分级"; document.getElementById("ageRatingValue").textContent = "限18岁以上"; document.getElementById("copyright").textContent = "Copyright"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "价格"; document.getElementById("priceValue").textContent = "免费"; document.getElementById("privacyPolicy").textContent = "隐私政策"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "免责声明:"; document.getElementById("shengming").textContent = "本网站仅为“globalozon.com”进行自动打包生成App和App的下载托管,App内的内容和运营相关事项由App开发者负责,与本网站无关,如有违法违规,联系我们举报"; // 添加评论部分的中文文本更新 document.querySelector(".comment .publicTitle").textContent = "评分及评论"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "满分 5 分"; document.querySelector(".comment .right p").textContent = "19k 个评分"; // 添加评论信息部分的中文文本更新 document.querySelector(".comment-info .comment-user .fy22").textContent = "非常不错的应用,推荐!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "这个应用真的太好用了,应用流畅不卡顿,画面清晰,操作便捷,玩法丰富多样,同事都在玩这个App,朋友们可以试试看,真的是非常的不错,强烈推荐推荐推荐!!!"; } function setTraditionalChineseText() { document.getElementById("description").textContent = "第 1 名"; document.getElementById("rating-text").textContent = "10088個評分"; document.getElementById("age-text").textContent = "年齡"; document.getElementById("ranking-text").textContent = "排行榜"; document.getElementById("size-text").textContent = "大小"; document.getElementById("v3Tishi").textContent = "提示:軟件下載後請到iPhone設置-通用-VPN與設備管理-企業級app-信任證書"; document.getElementById("installLink").textContent = "免費安裝"; document.getElementById("age").textContent = "歲"; document.getElementById("application").textContent = "應用"; document.getElementById("otherTitle").textContent = "新功能"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "信息"; document.getElementById("size-textb").textContent = "大小"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "兼容性"; document.getElementById("compatibilityValue").textContent = "支援 Android 系統或 iOS 8.0 或更高版本。與 iPhone 和 iPod touch 相容。"; document.getElementById("language").textContent = "語言"; document.getElementById("languageValue").textContent = "英文、簡體中文"; document.getElementById("ageRating").textContent = "年齡分級"; document.getElementById("ageRatingValue").textContent = "限制 18 歲以上"; document.getElementById("copyright").textContent = "版權"; document.getElementById("copyrightValue").textContent = "© 2018-2024 Ozon Inc"; document.getElementById("price").textContent = "價格"; document.getElementById("priceValue").textContent = "免費"; document.getElementById("privacyPolicy").textContent = "隱私政策"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "免責聲明:"; document.getElementById("shengming").textContent = "本網站僅為「開發者提供的網站」進行自動打包生成App和App的下載託管,App內的內容和運營相關事項由App開發者負責,與本網站無關,如有違法違規,聯繫我們舉報。"; // Update the Chinese text in the comment section document.querySelector(".comment .publicTitle").textContent = "評分及評論"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "滿分 5 分"; document.querySelector(".comment .right p").textContent = "19k 個評分"; // Update the Chinese text in the comment info section document.querySelector(".comment-info .comment-user .fy22").textContent = "非常不錯的應用,推薦!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "這個應用真的太好用了,應用流暢不卡頓,畫面清晰,操作便捷,玩法豐富多樣,同事都在玩這個 App,朋友們可以試試看,真的是非常的不錯,強烈推薦推薦推薦!!!"; } function setPortugueseText() { document.getElementById("description").textContent = "Classificação 1"; document.getElementById("rating-text").textContent = "10088 avaliações"; document.getElementById("age-text").textContent = "Idade"; document.getElementById("ranking-text").textContent = "Classificação"; document.getElementById("size-text").textContent = "Tamanho"; document.getElementById("v3Tishi").textContent = "Dica: Após baixar o software, acesse Configurações - Geral - VPN e Gerenciamento de Dispositivos - Aplicativo Empresarial - Confiar no Certificado no iPhone"; document.getElementById("installLink").textContent = "Instalação Gratuita"; document.getElementById("age").textContent = "anos de idade"; document.getElementById("application").textContent = "Aplicação"; document.getElementById("otherTitle").textContent = "Nova funcionalidade"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "Informações"; document.getElementById("size-textb").textContent = "Tamanho"; document.getElementById("sizeValue").textContent = "4,5 MB"; document.getElementById("compatibility").textContent = "Compatibilidade"; document.getElementById("compatibilityValue").textContent = "Android ou iOS 8.0 ou versões superiores. Compatível com iPhone e iPod touch."; document.getElementById("language").textContent = "Idioma"; document.getElementById("languageValue").textContent = "Inglês, Chinês Simplificado"; document.getElementById("ageRating").textContent = "Classificação etária"; document.getElementById("ageRatingValue").textContent = "Para maiores de 18 anos"; document.getElementById("copyright").textContent = "Direitos autorais"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "Preço"; document.getElementById("priceValue").textContent = "Grátis"; document.getElementById("privacyPolicy").textContent = "Política de Privacidade"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "Aviso Legal:"; document.getElementById("shengming").textContent = "Este site apenas fornece empacotamento automático e hospedagem de aplicativos gerados por desenvolvedores. O conteúdo e as questões operacionais do aplicativo são de responsabilidade do desenvolvedor do aplicativo e não têm relação com este site. Entre em contato conosco para relatar qualquer atividade ilegal ou irregular."; // Atualização do texto em chinês na seção de comentários document.querySelector(".comment .publicTitle").textContent = "Ratings and Reviews"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "Out of 5"; document.querySelector(".comment .right p").textContent = "19k ratings"; // Atualização do texto em chinês na seção de informações dos comentários document.querySelector(".comment-info .comment-user .fy22").textContent = "Ótimo aplicativo, recomendo!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "Este aplicativo é realmente muito bom, funciona sem travamentos, com imagens nítidas, fácil de usar, com uma variedade de jogabilidade. Meus colegas estão jogando este app, recomendo fortemente! Experimentem, é realmente muito bom, altamente recomendado!!!"; } function setJapaneseText() { document.getElementById("description").textContent = "第1位"; document.getElementById("rating-text").textContent = "10088の評価"; document.getElementById("age-text").textContent = "年齢"; document.getElementById("ranking-text").textContent = "ランキング"; document.getElementById("size-text").textContent = "サイズ"; document.getElementById("v3Tishi").textContent = "ヒント:ソフトウェアをダウンロードした後、iPhoneの設定-一般-VPNとデバイス管理-エンタープライズアプリ-信頼できる証明書に移動してください"; document.getElementById("installLink").textContent = "無料インストール"; document.getElementById("age").textContent = "歳"; document.getElementById("application").textContent = "アプリケーション"; document.getElementById("otherTitle").textContent = "新機能"; document.getElementById("newFunctionDescription").textContent = "1.0"; document.getElementById("appInfoTitle").textContent = "情報"; document.getElementById("size-textb").textContent = "サイズ"; document.getElementById("sizeValue").textContent = "1.05 MB"; document.getElementById("compatibility").textContent = "互換性"; document.getElementById("compatibilityValue").textContent = "AndroidシステムまたはiOS 8.0以上。iPhoneおよびiPod touchに対応しています。"; document.getElementById("language").textContent = "言語"; document.getElementById("languageValue").textContent = "英語、簡体中国語"; document.getElementById("ageRating").textContent = "年齢レーティング"; document.getElementById("ageRatingValue").textContent = "18歳以上"; document.getElementById("copyright").textContent = "著作権"; document.getElementById("copyrightValue").textContent = "© 2018-2025 Ozon Inc"; document.getElementById("price").textContent = "価格"; document.getElementById("priceValue").textContent = "無料"; document.getElementById("privacyPolicy").textContent = "プライバシーポリシー"; document.getElementById("privacyPolicyValue").textContent = "✋"; document.getElementById("mianze").textContent = "免責事項:"; document.getElementById("shengming").textContent = "当ウェブサイトは開発者が提供するウェブサイトを自動的にパッケージ化し、アプリとそのダウンロードのホスティングを行うためのものです。アプリ内の内容や運営に関する事項は、アプリの開発者が責任を持ち、当ウェブサイトとは関係ありません。違法行為や規則違反がある場合は、ご連絡いただき報告してください。"; // コメントセクションの日本語テキスト更新 document.querySelector(".comment .publicTitle").textContent = "評価とコメント"; document.querySelector(".comment b").textContent = "4.9"; document.querySelector(".comment p").textContent = "最高評価 5 点"; document.querySelector(".comment .right p").textContent = "19,000 件の評価"; // コメント情報セクションの日本語テキスト更新 document.querySelector(".comment-info .comment-user .fy22").textContent = "とても素晴らしいアプリ、おすすめです!"; document.querySelector(".comment-info .comment-user span:last-child").textContent = "05-07"; document.querySelector(".comment-info .comment-content").textContent = "このアプリは本当に使いやすく、スムーズで、画質が良く、操作が簡単で、多様なゲームプレイがあります。同僚たちもこのアプリを遊んでいます。友達も試してみてください。本当にとても素晴らしいです。強くおすすめします!!!"; } window.onload = function() { setEnglishText(); // 设置默认语言为中文(可根据需要修改) } $("body").css("cursor","pointer"); var ua = navigator.userAgent.toLowerCase(); var Sys = {}; var s; //Sys.safari:是否是safari (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0; //是否是微信 var isWeiXin = !!(ua.match(/MicroMessenger/i) == 'micromessenger') //是否是苹果设备 var is_phone_device = /(iPhone|iPad|iPod|iOS)/i.test(ua); //是否是QQ内置浏览器,qq浏览器 var is_qq_browser = ua.indexOf(' qq')>-1 && ua.indexOf('mqqbrowser') <0; //判断设备是否为iPhone if (is_phone_device) { if(isWeiXin || is_qq_browser) { $(function() { $('.wechat-ios').show() }); }else { if (Sys.safari) { $(".down").attr("href",'../ios.mobileconfig'); $(".down").click(function(event) { /*setTimeout(function(){ if( confirm){ location.href = "app.mobileprovision"; } },2500)*/ }); //打开引导弹窗 // $(".doubt").click(function(event) { // $(".pup").fadeIn(); // var swiper = new Swiper('.swiper-container',{ // loop: true, // pagination: { // el: '.swiper-pagination', // }, // }); // }); }else{ showSafariMask(); // $("body").click(function(event) { // $(".pupPic").show(); // }); } } }else if(is_qq_browser){//判断是否QQ内置浏览器 // $(".down").attr("href",'###'); // $("body").click(function(event) { // $(".pupPic").show(); // }); showSafariMask(); }else if (/(Android)/i.test(ua)) {//判断Android if(isWeiXin) { $(function() { $('.wechat-android').show() }); } $(".down").attr("href",'../download/Global_Ozon.apk'); //打开引导弹窗 $(".doubt").click(function(event) { $(".pup").fadeIn(); var swiper = new Swiper('.swiper-container',{ loop: true, pagination: { el: '.swiper-pagination', }, }); }); } //在微信中打开 if (isWeiXin) { $(".down").attr("href",'###'); $("body").click(function(event) { $(".pupPic").show(); }); } //关闭弹窗 $(".colse").click(function(event) { $(".pup").fadeOut(); }); function showSafariMask() { var mask = $('div.wechat-mask'); mask.find('.copy-url>input').val(location.href); mask.show(); }; $(function () { var copyBtn = new ClipboardJS('.copy-url button'); copyBtn.on('success', function(e) { alert('The link has been copied successfully, open it in Safari~'); mask.hide(); }); copyBtn.on('error', function(e) {}); }); mui.plusReady(function() { //首页返回键处理 //处理逻辑:1秒内,连续两次按返回键,则退出应用; var first = null; plus.key.addEventListener('backbutton', function() { //首次按键,提示‘再按一次退出应用’ if (!first) { first = new Date().getTime(); // mui.toast('再按一次退出应用'); setTimeout(function() { first = null; }, 1000); } else { if (new Date().getTime() - first < 1000) { plus.runtime.quit(); } } }, false); });