1
0
go-view-fetch/src/packages/components/Charts/MyComponents/DeviceStatus/index.ts

15 lines
445 B
TypeScript
Raw Normal View History

2025-08-20 12:44:02 +08:00
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
export const DeviceStatusConfig: ConfigType = {
key: 'DeviceStatus',
chartKey: 'VDeviceStatus',
conKey: 'VCDeviceStatus',
title: '设备状态',
category: 'MyComponents',
categoryName: '自定义组件',
package: PackagesCategoryEnum.CHARTS,
chartFrame: ChartFrameEnum.COMMON,
image: 'device_status.png'
}
export default DeviceStatusConfig