任宝硕
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
public/index.html
|
|
@ -51,7 +51,7 @@ |
|
|
|
|
|
|
|
//定义输出文本,使用HTML格式 |
|
|
|
var infoHTML = |
|
|
|
'<h1>您可能在使用不受支持的<b style="color:#f00;">过时</b>浏览器,。</h1>' + |
|
|
|
'<h1>您可能在使用不受支持的<b style="color:#f00;">过时</b>浏览器,这会导致加载出现问题。</h1>' + |
|
|
|
'<h2>如果您使用国产浏览器,请在右上方选择<b style="color:#f00;">“极速模式”</b>,而非“兼容模式”。</h2>' + |
|
|
|
'<h2>推荐使用基于 Chromium 的最新版本的 <a target="_blank" href="https://www.microsoft.com/zh-cn/windows/microsoft-edge" style="color:#f62;">Microsoft Edge 浏览器</a> 访问本站</h2>' + |
|
|
|
'<h4>UA调试区:' + ua + '</h4>'; |
|
|
|