mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-12 22:21:34 +08:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
export enum ChatCategoryEnum {
|
|
BAR = '柱状图',
|
|
PIE = '饼图',
|
|
LINE = '折线图',
|
|
MORE = '更多'
|
|
} |