generated at
2/12/2025, 9:04:34 PM
モバイルか判定する
script.js
export const isMobile = () => /mobile/i.test(navigator.userAgent);
モバイル