Appearance
获取转换为小写的用户代理字符串(UA)。SSR 等无 navigator 的环境返回空字符串。
navigator
import { getUA } from '@base-web-kits/base-tools-web'; const ua = getUA();