Appearance
获取平台的信息
import { getPlatform } from '@pinos-ui/utils'
type Platform = 'ios' | 'android' | 'pc' | 'android-wx' | 'ios-wx'; export declare const getPlatform: (diffWxBrowser?: boolean) => Platform