import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d' import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d' export const RightBox04Config: ConfigType = { key: 'RightBox04', chartKey: 'VRightBox04', conKey: 'VCRightBox04', title: '上报数量统计', category: ChatCategoryEnum.TITLE, categoryName: ChatCategoryEnumName.TITLE, package: PackagesCategoryEnum.UNITS, chartFrame: ChartFrameEnum.STATIC, image: 'right4bg.png' }