From 1ba861e84e590797086983b5be4d76cbed15d1e2 Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Wed, 17 Nov 2021 16:03:34 +0800
Subject: [PATCH] 测试

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 3ed9ae8..31311f0 100644
--- a/index.html
+++ b/index.html
@@ -12,9 +12,9 @@
     <script>
         var ua = window.navigator.userAgent.toLowerCase();
         if (/iphone|ipad|ipod/.test(ua)) {
-            window.location.href='phone.html';
+            window.location.href='phone1.html';
         }else if (/android/.test(ua)) {
-            window.location.href='phone.html';
+            window.location.href='phone1.html';
         }
         
     </script>
--
libgit2 0.25.0