go-view-fetch/src/packages/components/Charts/MyComponents/SceneDistribution/index.ts
2025-08-20 12:09:24 +08:00

15 lines
475 B
TypeScript

import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
export const SceneDistributionConfig: ConfigType = {
key: 'SceneDistribution',
chartKey: 'VSceneDistribution',
conKey: 'VCSceneDistribution',
title: '场景分布',
category: 'MyComponents',
categoryName: '自定义组件',
package: PackagesCategoryEnum.CHARTS,
chartFrame: ChartFrameEnum.COMMON,
image: 'scene_distribution.png'
}
export default SceneDistributionConfig