mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
fix(ui): hide urlPatternField for customizer
This commit is contained in:
@@ -79,6 +79,7 @@ export function shouldHidden(shellType: string | undefined) {
|
|||||||
shellType.startsWith("Agent") ||
|
shellType.startsWith("Agent") ||
|
||||||
shellType.endsWith("Interceptor") ||
|
shellType.endsWith("Interceptor") ||
|
||||||
shellType.endsWith("Handler") ||
|
shellType.endsWith("Handler") ||
|
||||||
shellType.endsWith("WebFilter")
|
shellType.endsWith("WebFilter") ||
|
||||||
|
shellType === "Customizer"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user