Files
go-view/src/packages/components/Charts/Mores/WaterPolo/index.ts
T
2022-09-08 21:23:23 +08:00

16 lines
530 B
TypeScript

import image from '@/assets/images/chart/charts/water_WaterPolo.png'
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
export const WaterPoloConfig: ConfigType = {
key: 'WaterPolo',
chartKey: 'VWaterPolo',
conKey: 'VCWaterPolo',
title: '水球图',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.CHARTS,
chartFrame: ChartFrameEnum.COMMON,
image
}