import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'; import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'; export const ContentBackgroundConfig: ConfigType = { key: 'ContentBackground', chartKey: 'VContentBackground', conKey: 'VCContentBackground', title: '模块背景色', category: ChatCategoryEnum.TITLE, categoryName: ChatCategoryEnumName.TITLE, package: PackagesCategoryEnum.UNITS, chartFrame: ChartFrameEnum.STATIC, image: 'contentbgleft.png', };