change v2rayng to happ in android

This commit is contained in:
timka 2025-09-26 17:31:35 +03:00
parent b077c353a5
commit 056305b6be

View File

@ -112,11 +112,11 @@
</h2> </h2>
<div id="flush-collapse-apps-android" class="accordion-collapse collapse" aria-labelledby="flush-heading-apps-android" data-bs-parent="#accordionApps" style=""> <div id="flush-collapse-apps-android" class="accordion-collapse collapse" aria-labelledby="flush-heading-apps-android" data-bs-parent="#accordionApps" style="">
<div class="accordion-body"> <div class="accordion-body">
<h3>v2rayNG</h3> <h3>HAPP</h3>
v2rayNG - рекомендуемое приложение для Android HAPP - рекомендуемое приложение для Android
<div class="list-group list-group-flush"> <div class="list-group list-group-flush">
<a href="https://play.google.com/store/apps/details?id=com.v2ray.ang" class="link list-group-item list-group-item-action" target="_blank"> <a href="https://play.google.com/store/apps/details?id=com.happproxy&hl=ru" class="link list-group-item list-group-item-action" target="_blank">
<span>Скачать в Google Play</span> <span>Скачать в Google Play</span>
<div class="link-icon"> <div class="link-icon">
<svg class="icon" width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"></path></svg> <svg class="icon" width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"></path></svg>
@ -130,7 +130,7 @@
</a> </a>
<script> <script>
var a = document.getElementById('v2rayl'); var a = document.getElementById('v2rayl');
a.href = "v2rayng://install-config?url=" + window.location.href + "#Title"; a.href = "happ://add/" + window.location.href + "#SecureWay";
</script> </script>
</div> </div>