From 86c7647c5fa284636962abedb42eab3f65445fe3 Mon Sep 17 00:00:00 2001
From: agan <agan@yazhai.co>
Date: Tue, 11 Oct 2022 20:08:21 +0800
Subject: [PATCH] 修改

---
 b/download.html    | 14 ++++++++------
 b/downloadIos.html | 16 +++++++++-------
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/b/download.html b/b/download.html
index e5f2988..45a7826 100644
--- a/b/download.html
+++ b/b/download.html
@@ -27,9 +27,10 @@
 	</script>
 	<script>
 		var ua = window.navigator.userAgent.toLowerCase();
-		var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
+		// 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) {
+			// if (nJumpArr.indexOf(url_get_params().icid) > -1) {
+			if (url_get_params().icid != '31187') {
 				if (url_get_params().from != 'pc') {
 					window.location.href = "https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
 				} else {
@@ -45,11 +46,12 @@
 						}
 					})
 				}
-			} else {
-				if (url_get_params().icid != '31187') {
-					window.location.href = "https://www.footseen.xyz?go=footseen";
-				}
 			}
+			// } else {
+			// if (url_get_params().icid != '31187') {
+			// 	window.location.href = "https://www.footseen.xyz?go=footseen";
+			// }
+			// }
 		} 
 	</script>
 	<meta charset="UTF-8">
diff --git a/b/downloadIos.html b/b/downloadIos.html
index d30f82f..ede44a2 100644
--- a/b/downloadIos.html
+++ b/b/downloadIos.html
@@ -25,9 +25,10 @@
 	</script>
 	<script>
 		var ua = window.navigator.userAgent.toLowerCase();
-		var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
+		// 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) {
+			// if (nJumpArr.indexOf(url_get_params().icid) > -1) {
+			if (url_get_params().icid != '31187') {
 				if (url_get_params().from != 'pc') {
 					window.location.href = "https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
 				} else {
@@ -43,12 +44,13 @@
 						}
 					})
 				}
-			} else {
-				if (url_get_params().icid != '31187') {
-					window.location.href = "https://www.footseen.xyz?go=footseen";
-				}
 			}
-		} 
+			// } else {
+			// if (url_get_params().icid != '31187') {
+			// 	window.location.href = "https://www.footseen.xyz?go=footseen";
+			// }
+			// }
+		}  
 	</script>
 	<meta charset="UTF-8">
 	<meta name="renderer" content="webkit">
--
libgit2 0.25.0