1
0
mirror of https://github.com/chowa/ejyy.git synced 2026-01-21 05:07:48 +08:00

remove open.weixin

This commit is contained in:
xuecong
2022-12-06 14:55:34 +08:00
parent 4c4f883587
commit b0dc00ae88
88 changed files with 6456 additions and 2816 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -8,13 +8,19 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<script type="text/javascript">
if (window.navigator.userAgent.indexOf('compatible') > -1 && window.navigator.userAgent.indexOf('MSIE') > -1) {
var match = window.navigator.userAgent.match(/MSIE\s+(\d+\.\d+)/);
(function() {
if (window.navigator.userAgent.indexOf('compatible') > -1 && window.navigator.userAgent.indexOf('MSIE') > -1) {
var match = window.navigator.userAgent.match(/MSIE\s+(\d+\.\d+)/);
if (match && parseInt(match[1], 10) < 10) {
window.location.href = 'https://www.chowa.cn/update-browser.html';
if (match && parseInt(match[1], 10) < 10) {
window.location.href = 'https://www.chowa.cn/update-browser.html';
}
}
}
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?393724405eb41f41d19e18eaa8926d94';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>