Device
getOS
🧿获取操作系统类型
typescript
/**
* @func getOS
* @desc 获取操作系统类型
* @return { string } 操作系统
* @example const device = getOS()
*/
isWeiXin
🧿是否是微信
typescript
/**
* @func isWeiXin
* @desc 是否是微信
* @return { boolean } 是否微信
* @example const iswx = isWeiXin()
*/
isMobile
🧿是否是移动端
typescript
/**
* @func isMobile
* @desc 是否是移动端
* @return { boolean } 是否移动端
* @example const ismobile = isMobile()
*/
isSupportCamera
🧿是否支持摄像头
typescript
/**
* @func isSupportCamera
* @desc 是否支持摄像头
* @return { boolean } 是否支持摄像头
* @example const iscamera = isSupportCamera()
*/
getDeviceId
🧿生成设备唯一ID
typescript
/**
* @func getDeviceId
* @desc 生成设备唯一ID
* @return { Promise } 设备唯一ID
* @github 三方库地址:https://github.com/fingerprintjs/fingerprintjs
* @example const iscamera = getDeviceId()
*/