Browse Source

原来ios的版本要求更高

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

+ 1
- 1
browser-compatibility.js View File

@@ -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.1.`;
Please update your browser to Firefox ≥ 74 or Chrome ≥ 80 or Safari ≥ 13.4.`;
}
alert(alertStr);


Loading…
Cancel
Save