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
-6
@@ -7,12 +7,6 @@ export type ConfigType = {
|
||||
category: string
|
||||
categoryName: string
|
||||
package: string
|
||||
chartData: {
|
||||
chartSize: {
|
||||
w: number
|
||||
h: number
|
||||
}
|
||||
}
|
||||
node: Component
|
||||
image: string | (() => Promise<typeof import('*.png')>)
|
||||
[T: string]: unknown
|
||||
|
||||
Reference in New Issue
Block a user