generated at
11/18/2024, 7:24:51 AM
モバイルか判定する
script.js
export const isMobile = () => /mobile/i.test(navigator.userAgent);
モバイル