Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

Deploying to gh-pages from @ 8523ec6695d58feb1c1aebe1cd5ab00bc83ae230 🚀

This commit is contained in:
pany-ang 2024-11-04 09:26:24 +00:00
parent ccb15c6858
commit 09062a356f

View File

@ -16,5 +16,12 @@
<div id="app">
<div id="app-loading"></div>
</div>
<script>
// Tip: Simple judgments may not fully cover
if (/MSIE\s|Trident\//.test(window.navigator.userAgent)) {
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>"
}
</script>
</body>
</html>