modify custom ui pack system

This commit is contained in:
Asaki Yuki 2026-02-23 00:18:59 +07:00
parent d1a7399e2f
commit 69a54ace0b
12 changed files with 559 additions and 222 deletions

2
config.d.ts vendored
View file

@ -14,10 +14,12 @@ export interface Config {
gdkUserId?: string
fixInventoryItemRenderer?: boolean
buildFolder?: string
fileExtension?: string
}
ui_analyzer?: {
enabled?: boolean
generate_path?: string
imports?: string[]
}