feat:新增组件

This commit is contained in:
mtruning
2022-01-15 22:35:32 +08:00
parent 9f2ebba293
commit 26b698097d
21 changed files with 191 additions and 5 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ export enum ChatCategoryEnum {
BAR = '柱状图',
PIE = '饼图',
LINE = '折线图',
MORE = '更多'
MORE = '更多',
MAP = '地图'
}