mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增图表独立配置混合
This commit is contained in:
Vendored
+1
@@ -9,6 +9,7 @@ export type ConfigType = {
|
||||
categoryName: string
|
||||
package: string
|
||||
node: Component
|
||||
conNode: () => Component
|
||||
image: string | (() => Promise<typeof import('*.png')>)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user