fix: 修改配置项目

This commit is contained in:
MTrun
2022-01-25 11:09:32 +08:00
parent 953b8c3486
commit bbeba4a8d8
78 changed files with 86 additions and 55 deletions
+5 -4
View File
@@ -6,16 +6,17 @@ export type ConfigType = {
title: string
category: string
categoryName: string
package: string
node: Component
image: string | (() => Promise<typeof import('*.png')>)
[T: string]: unknown
}
export enum PackagesCategoryEnum {
CHARTS = 'CHARTS',
TABLES = 'TABLES',
INFORMATION = 'INFORMATION',
DECORATES = 'DECORATES',
CHARTS = 'Charts',
TABLES = 'Tables',
INFORMATION = 'Informations',
DECORATES = 'Decorates',
}
export enum PackagesCategoryName {