feat: 增加两种图标类别及虚拟组件

This commit is contained in:
tnt group
2023-05-18 19:43:36 +08:00
parent 2770114254
commit aee8c6bf9e
4 changed files with 144 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export enum ChatCategoryEnum {
ML = 'MaterialLine',
UNICONS = 'Unicons',
}
export enum ChatCategoryEnumName {
ML = '动画',
UNICONS = '通用'
}