This commit is contained in:
cdle
2023-07-08 20:01:25 +08:00
parent 87e6f98876
commit c1ff480349
4 changed files with 136 additions and 19 deletions
+1
View File
@@ -364,6 +364,7 @@ func SetPluginMethod(vm *goja.Runtime, uuid string, on_start bool, running func(
vm.Set("crypto", &Crypto{
vm: vm,
})
vm.Set("createNickName", CreateNickName)
}
func EncryptPlugin(script string) string {