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:
@@ -13,6 +13,9 @@ export const formSchema = z.object({
|
||||
godzillaKey: z.optional(z.string()),
|
||||
godzillaHeaderName: z.optional(z.string()),
|
||||
godzillaHeaderValue: z.optional(z.string()),
|
||||
behinderPass: z.optional(z.string()),
|
||||
behinderHeaderName: z.optional(z.string()),
|
||||
behinderHeaderValue: z.optional(z.string()),
|
||||
commandParamName: z.optional(z.string()),
|
||||
injectorClassName: z.optional(z.string()),
|
||||
packingMethod: z.string().min(1, { message: "请选择打包方式" }),
|
||||
|
||||
@@ -15,6 +15,9 @@ export interface ShellToolConfig {
|
||||
godzillaHeaderName?: string;
|
||||
godzillaHeaderValue?: string;
|
||||
commandParamName?: string;
|
||||
behinderPass?: string;
|
||||
behinderHeaderName?: string;
|
||||
behinderHeaderValue?: string;
|
||||
}
|
||||
|
||||
export interface CommandShellToolConfig {
|
||||
|
||||
Reference in New Issue
Block a user