From e73abb130715a7321903b8e6199f0df333c3dcc5 Mon Sep 17 00:00:00 2001 From: agan <agan@yazhai.co> Date: Sat, 8 Oct 2022 16:29:08 +0800 Subject: [PATCH] 修改 --- b/download.html | 2 +- b/downloadIos.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/b/download.html b/b/download.html index 04903bc..bd53b8c 100644 --- a/b/download.html +++ b/b/download.html @@ -27,7 +27,7 @@ </script> <script> var ua = window.navigator.userAgent.toLowerCase(); - var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147','31186'] + 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 64284d8..1d55a6f 100644 --- a/b/downloadIos.html +++ b/b/downloadIos.html @@ -25,8 +25,7 @@ </script> <script> var ua = window.navigator.userAgent.toLowerCase(); - var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147','31186'] - + 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) { -- libgit2 0.25.0