Browse Source

垃圾苹果

tags/v21.0
枫谷剑仙 4 years ago
parent
commit
115aba14ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      browser-compatibility.js

+ 2
- 2
browser-compatibility.js View File

@@ -32,7 +32,7 @@ ${browserVersion}
您的浏览器不支持本程序使用的 可选链操作符(?.) 和 空值合并操作符(??)。
请更新您的浏览器到 Firefox(火狐) ≥ 74 或 Chrome(谷歌) ≥ 80 或 Safari(苹果) ≥ 13.1。`;
请更新您的浏览器到 Firefox(火狐) ≥ 74 或 Chrome(谷歌) ≥ 80 或 Safari(苹果) ≥ 14。`;
} else {
alertStr =
`🙁Browser kernel is too old
@@ -41,7 +41,7 @@ ${browserVersion}
Your browser does not support Optional chaining (?.) and Nullish coalescing operator (??) used in this program.
Please update your browser to Firefox ≥ 74 or Chrome ≥ 80 or Safari ≥ 13.4.`;
Please update your browser to Firefox ≥ 74 or Chrome ≥ 80 or Safari ≥ 14.`;
}
alert(alertStr);


Loading…
Cancel
Save