From 1a77ae8ecf218b75d1ec3f2b6453d878a039c73f Mon Sep 17 00:00:00 2001 From: agan <agan@yazhai.co> Date: Wed, 17 Jul 2024 11:18:53 +0800 Subject: [PATCH] xg --- b/download.html | 7 ++++--- b/downloadIos.html | 7 ++++--- index.html | 5 +++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/b/download.html b/b/download.html index 7b13901..856a7aa 100644 --- a/b/download.html +++ b/b/download.html @@ -38,9 +38,10 @@ // } if ((/iphone|ipad|ipod/.test(ua))) { window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer; - } else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { - window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer; - } + } + // else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { + // window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer; + // } // var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159'] // if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { // if (nJumpArr.indexOf(url_get_params().icid) > -1) { diff --git a/b/downloadIos.html b/b/downloadIos.html index d09edba..622e146 100644 --- a/b/downloadIos.html +++ b/b/downloadIos.html @@ -32,9 +32,10 @@ var h5i = nJumpArr.indexOf(url_get_params().icid); if ((/iphone|ipad|ipod/.test(ua))) { window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer; - } else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { - window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer; - } + } + // else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { + // window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer; + // } // var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159'] // if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { diff --git a/index.html b/index.html index e2e781f..2c3b653 100644 --- a/index.html +++ b/index.html @@ -26,9 +26,10 @@ if (!((/android/.test(ua)))) { if((/iphone|ipad|ipod/.test(ua))){ window.location.href = 'https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=other'; - }else{ - window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other"; } + // else{ + // window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other"; + // } } </script> <meta charset="UTF-8"> -- libgit2 0.25.0