From 34ca081a755458ad48abbd10004dc98500106051 Mon Sep 17 00:00:00 2001
From: agan <agan@yazhai.co>
Date: Tue, 4 Jan 2022 15:59:15 +0800
Subject: [PATCH] 去除自动下载

---
 b/download.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/b/download.html b/b/download.html
index b705970..bce1225 100644
--- a/b/download.html
+++ b/b/download.html
@@ -363,9 +363,9 @@
 	var clickFlag = true;
 	var ua = window.navigator.userAgent.toLowerCase();
 
-	setTimeout(function () {
-		toDown();
-	}, 800)
+	// setTimeout(function () {
+	// 	toDown();
+	// }, 800)
 	$('.mBtn').on('click', function () {
 		toDown();
 	})
--
libgit2 0.25.0