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