Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-23 04:19:20 +08:00
v3-admin-vite/public/detect-ie.js

5 lines
287 B
JavaScript
Raw Normal View History

2024-11-04 17:37:43 +08:00
// Tip: Simple judgments may not fully cover
2024-11-28 13:39:44 +08:00
if (/MSIE\s|Trident\//.test(navigator.userAgent)) {
2024-11-18 19:40:44 +08:00
document.body.innerHTML = "<strong>Sorry, this browser is currently not supported. We recommend using the latest version of a modern browser. For example, Chrome/Firefox/Edge.</strong>"
2024-11-04 17:37:43 +08:00
}