feat: support command template

This commit is contained in:
ReaJason
2025-12-07 14:51:23 +08:00
parent a642639b12
commit 73cca36013
16 changed files with 253 additions and 82 deletions
+2 -1
View File
@@ -20,13 +20,14 @@ export function transformToPostData(formValue: MemShellFormSchema) {
byPassJavaModule: formValue.byPassJavaModule,
shrink: formValue.shrink,
lambdaSuffix: formValue.lambdaSuffix,
probe: formValue.probe
probe: formValue.probe,
};
const shellToolConfig: ShellToolConfig = {
shellClassName: formValue.shellClassName,
godzillaPass: formValue.godzillaPass,
godzillaKey: formValue.godzillaKey,
commandParamName: formValue.commandParamName,
commandTemplate: formValue.commandTemplate,
behinderPass: formValue.behinderPass,
antSwordPass: formValue.antSwordPass,
headerName: formValue.headerName,