From b011c9ca4a1ecaa9197e4629b893df0ead8a92ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 17 Aug 2021 23:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser-compatibility.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/browser-compatibility.js b/browser-compatibility.js index 02c89884..0ee1a3c4 100644 --- a/browser-compatibility.js +++ b/browser-compatibility.js @@ -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.`); } \ No newline at end of file