optimized sqrt function

This commit is contained in:
Asaki Yuki 2026-02-13 12:41:47 +07:00
parent 796b89636d
commit ab83b33725
3 changed files with 70 additions and 38 deletions

1
config.d.ts vendored
View file

@ -7,6 +7,7 @@ export interface Config {
importToPreview?: boolean
autoEnable?: boolean
gdkUserId?: string
fixInventoryItemRenderer?: boolean
}
packinfo?: {
name?: string