From 21a86566cecf87788d97916ec583de51cd447f5d Mon Sep 17 00:00:00 2001
From: agan <agan@yazhai.co>
Date: Mon, 8 Nov 2021 11:41:51 +0800
Subject: [PATCH] 去除googleplay

---
 index.html | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/index.html b/index.html
index de6c0dd..914eeac 100644
--- a/index.html
+++ b/index.html
@@ -81,23 +81,23 @@
 		if (location.pathname == '/') {
 			var data = { 'icid': 'ftsgp' };
 			window.location.href = "apk";
-			layer.open({
-				type: 1,
-				title: false,
-				shadeClose: true,
-				area: ["7.2rem", "6.98rem"],
-				content: $(".layer-box"),
-			})
-			$(".googleDown").on("click", function () {
-				copyText('footseen#ftsgp');
-				setTimeout(function () {
-					window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.club';
-				}, 1000)
+			// layer.open({
+			// 	type: 1,
+			// 	title: false,
+			// 	shadeClose: true,
+			// 	area: ["7.2rem", "6.98rem"],
+			// 	content: $(".layer-box"),
+			// })
+			// $(".googleDown").on("click", function () {
+			// 	copyText('footseen#ftsgp');
+			// 	setTimeout(function () {
+			// 		window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.club?id=com.footseen.live&hl=en_US&gl=US';
+			// 	}, 1000)
 
-			})
-			$(".apkDown").on("click", function () {
-				window.location.href = "apk";
-			})
+			// })
+			// $(".apkDown").on("click", function () {
+			// 	window.location.href = "apk";
+			// })
 		} else {
 
 			gtag('event', 'conversion', {
--
libgit2 0.25.0