更新 index.html
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2d491cc71c
commit
2248c5519b
|
@ -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;
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue