modify custom ui pack system
This commit is contained in:
parent
d1a7399e2f
commit
69a54ace0b
12 changed files with 559 additions and 222 deletions
2
config.d.ts
vendored
2
config.d.ts
vendored
|
|
@ -14,10 +14,12 @@ export interface Config {
|
|||
gdkUserId?: string
|
||||
fixInventoryItemRenderer?: boolean
|
||||
buildFolder?: string
|
||||
fileExtension?: string
|
||||
}
|
||||
|
||||
ui_analyzer?: {
|
||||
enabled?: boolean
|
||||
generate_path?: string
|
||||
imports?: string[]
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue