feat: support custom command implementation

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent 88732d9a81
commit 34198a5c90
25 changed files with 291 additions and 1145 deletions
+1
View File
@@ -44,6 +44,7 @@ export function transformToPostData(formValue: FormSchema) {
headerValue: formValue.headerValue,
shellClassBase64: formValue.shellClassBase64,
encryptor: formValue.encryptor,
implementationClass: formValue.implementationClass,
};
const injectorConfig: InjectorConfig = {