更新 index.html
continuous-integration/drone/push Build is passing Details

This commit is contained in:
186526 2024-02-07 23:02:25 +00:00
parent 2d491cc71c
commit 2248c5519b
1 changed files with 2 additions and 2 deletions

View File

@ -225,11 +225,11 @@
if (broswerUA.broswer == "IE") {
document.body.innerHTML =
'<div class="toast">去他妈的Internet Explorer请使用现代浏览器访问该站点例如<a href="http://aka.186526.xyz/Chrome">Chrome</a><a href="http://aka.186526.xyz/Firefox">Firefox</a></div>' +
'<div class="toast">去他妈的Internet Explorer请使用现代浏览器访问该站点例如<a href="http://go.186526.xyz/Chrome">Chrome</a><a href="http://go.186526.xyz/Firefox">Firefox</a></div>' +
document.body.innerHTML;
} else if (broswerUA.broswer == "chrome" && broswerUA.version <= 60) {
document.body.innerHTML =
'<div class="toast">摆脱旧版Chrome请使用新版<a href="http://aka.186526.xyz/Chrome">Chrome</a>访问该站点。</div>' +
'<div class="toast">摆脱旧版Chrome请使用新版<a href="http://go.186526.xyz/Chrome">Chrome</a>访问该站点。</div>' +
document.body.innerHTML;
}
})();