Appearance
判断当前网页是否运行在 iPad 上,包含使用桌面模式 UA 的 iPadOS。
import { isIPad } from '@base-web-kits/base-tools-web'; if (isIPad()) { // iPad 兼容逻辑 }