import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'; import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'; export const UnitsBg04Config: ConfigType = { key: 'UnitsBg04', chartKey: 'VUnitsBg04', conKey: 'VCUnitsBg04', title: '背景图-04', category: ChatCategoryEnum.TITLE, categoryName: ChatCategoryEnumName.TITLE, package: PackagesCategoryEnum.UNITS, chartFrame: ChartFrameEnum.STATIC, image: 'unitsbg04.png', };