feat: support jetty handler shell

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent 2fa3310bf8
commit f4a16e5d37
35 changed files with 901 additions and 113 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export function shouldHidden(shellType: string | undefined) {
shellType.endsWith("Valve") ||
shellType.startsWith("Agent") ||
shellType.endsWith("Interceptor") ||
shellType.endsWith("NettyHandler") ||
shellType.endsWith("Handler") ||
shellType.endsWith("WebFilter")
);
}