mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改配置项目
This commit is contained in:
Vendored
+5
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user