mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
feat: boot-ui support behinder
This commit is contained in:
@@ -16,6 +16,9 @@ export function transformToPostData(formValue: FormSchema) {
|
||||
godzillaHeaderName: formValue.godzillaHeaderName,
|
||||
godzillaHeaderValue: formValue.godzillaHeaderValue,
|
||||
commandParamName: formValue.commandParamName,
|
||||
behinderPass: formValue.behinderPass,
|
||||
behinderHeaderName: formValue.behinderHeaderName,
|
||||
behinderHeaderValue: formValue.behinderHeaderValue,
|
||||
};
|
||||
|
||||
const injectorConfig: InjectorConfig = {
|
||||
|
||||
Reference in New Issue
Block a user