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

15 lines
486 B
TypeScript

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