perf: 词云优化

This commit is contained in:
奔跑的面条
2022-09-26 20:00:39 +08:00
parent 8cfb54aab1
commit a6646be66b
5 changed files with 13 additions and 5 deletions
@@ -1,5 +1,5 @@
import image from '@/assets/images/chart/informations/photo.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const ImageConfig: ConfigType = {
@@ -10,5 +10,6 @@ export const ImageConfig: ConfigType = {
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.INFORMATIONS,
chartFrame: ChartFrameEnum.COMMON,
image
}