LinYeFangHuo/src/packages/components/Units/Titles/ContentBackground/index.ts

15 lines
525 B
TypeScript

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',
};