Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WuSuoV authored Nov 9, 2022
1 parent 031a6d7 commit ce1b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var url = document.location.toString();
var urlParmStr = url.slice(url.indexOf('=')+1);
var ua = navigator.userAgent.toLowerCase();
var isQQ = ua.indexOf('QQ') != -1;
var isQQ = ua.indexOf('qq') != -1;
var isWeixin = ua.indexOf('micromessenger') != -1;
var isAndroid = ua.indexOf('android') != -1;
var isIos = (ua.indexOf('iphone') != -1) || (ua.indexOf('ipad') != -1);
Expand Down

0 comments on commit ce1b9a9

Please sign in to comment.