This commit is contained in:
Asaki Yuki 2026-02-23 15:58:03 +07:00
parent 41d402625b
commit af3c42f7e8
10 changed files with 170 additions and 75 deletions

4
config.d.ts vendored
View file

@ -16,6 +16,10 @@ export interface Config {
buildFolder?: string
fileExtension?: string
uiBuildFolder?: string
obfuscateStringName?: boolean
allowRandomStringName?: boolean
namespaceCount?: number
forceRandomStringLength?: number
}
ui_analyzer?: {