feat: support custom command implementation

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent f7e401bd46
commit d197691bed
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 = {