feat: 新增图表独立配置混合

This commit is contained in:
mtruning
2022-02-26 17:38:24 +08:00
parent f8095ca52a
commit 4e9e492c29
43 changed files with 271 additions and 170 deletions
+1
View File
@@ -9,6 +9,7 @@ export type ConfigType = {
categoryName: string
package: string
node: Component
conNode: () => Component
image: string | (() => Promise<typeof import('*.png')>)
}