feat: 初始化 VChart

This commit is contained in:
奔跑的面条
2024-12-15 00:45:49 +08:00
parent 8d3ff7cc26
commit 0972ea0e28
17 changed files with 291 additions and 6310 deletions
+7
View File
@@ -0,0 +1,7 @@
export enum ChatCategoryEnum {
BAR = 'Bars',
}
export enum ChatCategoryEnumName {
BAR = '柱状图',
}