import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'; import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'; export const Icons04Config: ConfigType = { key: 'UnitsIcons04', chartKey: 'VUnitsIcons04', conKey: 'VCUnitsIcons04', title: '图标04', category: ChatCategoryEnum.TITLE, categoryName: ChatCategoryEnumName.TITLE, package: PackagesCategoryEnum.UNITS, chartFrame: ChartFrameEnum.STATIC, image: 'icons4.png', };