3 lines
51 B
TypeScript
Raw Normal View History

2022-01-15 12:50:00 +08:00
export enum ChatCategoryEnum {
text = '文本',
}