feat(ui): support suo5 generate

This commit is contained in:
ReaJason
2025-02-15 13:50:04 +08:00
parent 7fb404f04f
commit b287fcd36f
10 changed files with 304 additions and 268 deletions
+2 -4
View File
@@ -14,12 +14,10 @@ export function transformToPostData(formValue: FormSchema) {
shellClassName: formValue.shellClassName,
godzillaPass: formValue.godzillaPass,
godzillaKey: formValue.godzillaKey,
godzillaHeaderName: formValue.godzillaHeaderName,
godzillaHeaderValue: formValue.godzillaHeaderValue,
commandParamName: formValue.commandParamName,
behinderPass: formValue.behinderPass,
behinderHeaderName: formValue.behinderHeaderName,
behinderHeaderValue: formValue.behinderHeaderValue,
headerName: formValue.headerName,
headerValue: formValue.headerValue,
};
const injectorConfig: InjectorConfig = {