更新浏览器升级提示

This commit is contained in:
枫谷剑仙 2021-08-17 23:47:43 +08:00
parent cf5927930b
commit b011c9ca4a
1 changed files with 5 additions and 4 deletions

View File

@ -24,12 +24,13 @@ if (needUpdateBrowser)
}
})(navigator.userAgent);
alert(`你的浏览器 | Your browser:
alert(`🙁浏览器内核版本太老 | Browser kernel is too old
您的浏览器版本为 | Your browser is:
${browserVersion}
您的浏览器不支持 可选链操作符(?.) 空值合并操作符(??)
Your browser does not support Optional chaining (?.) and Nullish coalescing operator (??).
您的浏览器不支持本程序使用的 可选链操作符(?.) 空值合并操作符(??)
Your browser does not support Optional chaining (?.) and Nullish coalescing operator (??) used in this program.
请更新您的浏览器到 火狐 74 谷歌 80 苹果 13.1
请更新您的浏览器到 Firefox(火狐) 74 Chrome(谷歌) 80 Safari(苹果) 13.1
Please update your browser to Firefox 74 or Chrome 80 or Safari 13.1.`);
}