UNPKG
@tencentcloud/tui-emoji-plugin
Version:
latest (3.0.0)
3.0.0
2.4.3
2.4.2
2.4.0
2.3.8
2.3.6
2.3.5
2.3.3
2.3.2
2.3.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
0.0.1
表情回应插件
@tencentcloud/tui-emoji-plugin
/
utils
/
env.ts
8 lines
(4 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ getPlatform }
from
'@tencentcloud/universal-api'
;
export
const
isPC =
getPlatform
() ===
'pc'
;
export
const
isH5 =
getPlatform
() ===
'h5'
;
export
const
isApp =
getPlatform
() ===
'app'
;