mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
16 lines
530 B
TypeScript
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
|
|
}
|