feat: 新增轮播图表

This commit is contained in:
奔跑的面条
2022-04-01 16:36:22 +08:00
parent 2b0f8a817c
commit 97df02c07e
23 changed files with 382 additions and 32 deletions
@@ -9,6 +9,6 @@ export const ImageConfig: ConfigType = {
title: '图片',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.INFORMATION,
package: PackagesCategoryEnum.INFORMATIONS,
image
}
@@ -10,6 +10,6 @@ export const TextCloudConfig: ConfigType = {
title: '词云',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.INFORMATION,
package: PackagesCategoryEnum.INFORMATIONS,
image
}
@@ -9,6 +9,6 @@ export const TextCommonConfig: ConfigType = {
title: '文字',
category: ChatCategoryEnum.TEXT,
categoryName: ChatCategoryEnumName.TEXT,
package: PackagesCategoryEnum.INFORMATION,
package: PackagesCategoryEnum.INFORMATIONS,
image
}
@@ -9,6 +9,6 @@ export const TitleBevelAngleConfig: ConfigType = {
title: '斜角标题',
category: ChatCategoryEnum.TITLE,
categoryName: ChatCategoryEnumName.TITLE,
package: PackagesCategoryEnum.INFORMATION,
package: PackagesCategoryEnum.INFORMATIONS,
image
}
@@ -9,6 +9,6 @@ export const TitleCommonConfig: ConfigType = {
title: '普通标题',
category: ChatCategoryEnum.TITLE,
categoryName: ChatCategoryEnumName.TITLE,
package: PackagesCategoryEnum.INFORMATION,
package: PackagesCategoryEnum.INFORMATIONS,
image
}
@@ -9,6 +9,6 @@ export const TitleProConfig: ConfigType = {
title: '中心标题',
category: ChatCategoryEnum.TITLE,
categoryName: ChatCategoryEnumName.TITLE,
package: PackagesCategoryEnum.INFORMATION,
package: PackagesCategoryEnum.INFORMATIONS,
image
}