|
@@ -1,17 +1,14 @@
|
|
|
-import TitleBevelAngle from './index.vue'
|
|
|
|
|
-import Configuration from './config.vue'
|
|
|
|
|
import image from '@/assets/images/chart/informations/title_diamond2.png'
|
|
import image from '@/assets/images/chart/informations/title_diamond2.png'
|
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
|
|
|
|
|
|
|
export const TitleBevelAngleConfig: ConfigType = {
|
|
export const TitleBevelAngleConfig: ConfigType = {
|
|
|
- key: 'VTitleBevelAngle',
|
|
|
|
|
|
|
+ key: 'TitleBevelAngle',
|
|
|
|
|
+ chartKey: 'VTitleBevelAngle',
|
|
|
conKey: 'VCTitleBevelAngle',
|
|
conKey: 'VCTitleBevelAngle',
|
|
|
title: '斜角标题',
|
|
title: '斜角标题',
|
|
|
category: ChatCategoryEnum.TITLE,
|
|
category: ChatCategoryEnum.TITLE,
|
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
|
|
package: PackagesCategoryEnum.INFORMATION,
|
|
package: PackagesCategoryEnum.INFORMATION,
|
|
|
- node: () => TitleBevelAngle,
|
|
|
|
|
- conNode: () => Configuration,
|
|
|
|
|
image
|
|
image
|
|
|
}
|
|
}
|