index.ts 678 Bytes
import { ChartFrameEnum, ConfigType } from '@/packages/index.d'
import { EPackagesCategoryEnum } from '@/packages/components/external/types'
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
import { useWidgetKey } from '@/packages/external/useWidgetKey'

const { key, conKey, chartKey } = useWidgetKey('OverrideILoadConfigurationframe')

export const OverrideILoadConfigurationframeConfig: ConfigType = {
  key,
  chartKey,
  conKey,
  title: '加载组态',
  category: ChatCategoryEnum.MORE,
  categoryName: ChatCategoryEnumName.MORE,
  package: EPackagesCategoryEnum.COMPOSES,
  chartFrame: ChartFrameEnum.COMMON,        
  image: 'configuration.png'
}