mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
fix: controller cannot click generate button
This commit is contained in:
@@ -78,8 +78,9 @@ export function notNeedUrlPattern(shellType: string | undefined) {
|
||||
shellType.endsWith("Valve") ||
|
||||
shellType.startsWith("Agent") ||
|
||||
shellType.endsWith("Interceptor") ||
|
||||
shellType.endsWith("Handler") ||
|
||||
(shellType.endsWith("Handler") && !shellType.includes("Controller")) ||
|
||||
shellType.endsWith("WebFilter") ||
|
||||
shellType === "Customizer"
|
||||
shellType === "Customizer" ||
|
||||
shellType === "Upgrade"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user