10
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
interface FaceElem {
|
||||
index:number; // 表情下标,用户端对端自定义内嵌的表情包
|
||||
data:string; // 其他表情,如 URL 表情直接返回 url
|
||||
}
|
||||
export default FaceElem;
|
||||
Reference in New Issue
Block a user