4 lines
70 B
TypeScript
Raw Normal View History

2022-01-14 22:07:02 +08:00
export enum ChatCategoryEnum {
BAR = '柱状图',
PIE = '饼图'
}