This commit is contained in:
make
2025-04-11 22:37:29 +08:00
parent aadbcd96e5
commit 9350a2afff
7 changed files with 1060 additions and 982 deletions

View File

@@ -31,6 +31,7 @@
// } catch (err) { }
// })();
function isMobile() {
return /Android|iPhone|iPad|iPod|Windows Phone/i.test(navigator.userAgent);
}