feat: support AntSword shell generate (#34)

This commit is contained in:
ReaJason
2025-02-19 00:04:29 +08:00
parent e71f980991
commit 583abbf9ba
98 changed files with 2860 additions and 152 deletions
+1
View File
@@ -16,6 +16,7 @@ export function transformToPostData(formValue: FormSchema) {
godzillaKey: formValue.godzillaKey,
commandParamName: formValue.commandParamName,
behinderPass: formValue.behinderPass,
antSwordPass: formValue.antSwordPass,
headerName: formValue.headerName,
headerValue: formValue.headerValue,
};