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

View file

@ -13,6 +13,9 @@ export const config = {
autoImport: true,
autoEnable: true,
importToPreview: false,
obfuscateStringName: true,
allowRandomStringName: true,
forceRandomStringLength: 16,
},
binding_functions: {
custom_abs: function (number) {