2022-01-15 21:54:04 +08:00
|
|
|
import image from '@/assets/images/chart/informations/title_main.png'
|
2022-01-25 11:09:32 +08:00
|
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
2022-01-18 21:41:52 +08:00
|
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
2022-01-15 21:54:04 +08:00
|
|
|
|
|
|
|
export const TitleProConfig: ConfigType = {
|
2022-03-10 20:05:05 +08:00
|
|
|
key: 'TitlePro',
|
|
|
|
chartKey: 'VTitlePro',
|
2022-03-07 15:21:45 +08:00
|
|
|
conKey: 'VCTitlePro',
|
2022-01-15 21:54:04 +08:00
|
|
|
title: '中心标题',
|
|
|
|
category: ChatCategoryEnum.TITLE,
|
2022-01-18 21:41:52 +08:00
|
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
2022-01-25 11:09:32 +08:00
|
|
|
package: PackagesCategoryEnum.INFORMATION,
|
2022-01-15 21:54:04 +08:00
|
|
|
image
|
|
|
|
}
|