mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +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.endsWith("Interceptor") ||
|
||||
shellType.endsWith("Handler") ||
|
||||
shellType.endsWith("WebFilter")
|
||||
shellType.endsWith("WebFilter") ||
|
||||
shellType === "Customizer"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user