fix: controller cannot click generate button
Dev Deploy / Build Jar (ubuntu-latest) (push) Has been cancelled
Dev Deploy / Build Jar (windows-latest) (push) Has been cancelled
MemShell IntegrationTest / xxljob (push) Has been cancelled
MemShell IntegrationTest / springwebmvc (push) Has been cancelled
MemShell IntegrationTest / springwebflux (push) Has been cancelled
MemShell IntegrationTest / struct2 (push) Has been cancelled
MemShell IntegrationTest / tomcat (push) Has been cancelled
MemShell IntegrationTest / glassfish (push) Has been cancelled
MemShell IntegrationTest / jbosseap (push) Has been cancelled
MemShell IntegrationTest / jetty (push) Has been cancelled
MemShell IntegrationTest / payara (push) Has been cancelled
MemShell IntegrationTest / wildfly (push) Has been cancelled
MemShell IntegrationTest / jbossas (push) Has been cancelled
MemShell IntegrationTest / resin (push) Has been cancelled
MemShell IntegrationTest / weblogic (push) Has been cancelled
MemShell IntegrationTest / websphere7 (push) Has been cancelled
MemShell IntegrationTest / websphere (push) Has been cancelled
Unit-Test / UniteTest (push) Has been cancelled
Dev Deploy / Docker Push (push) Has been cancelled
Dev Deploy / Deploy to Maven Central (push) Has been cancelled
Dev Deploy / Deploy to Northflank (push) Has been cancelled

This commit is contained in:
ReaJason
2026-03-04 12:45:45 +08:00
parent 3599fa4e14
commit 9d2b4c7774
+3 -2
View File
@@ -78,8 +78,9 @@ export function notNeedUrlPattern(shellType: string | undefined) {
shellType.endsWith("Valve") || shellType.endsWith("Valve") ||
shellType.startsWith("Agent") || shellType.startsWith("Agent") ||
shellType.endsWith("Interceptor") || shellType.endsWith("Interceptor") ||
shellType.endsWith("Handler") || (shellType.endsWith("Handler") && !shellType.includes("Controller")) ||
shellType.endsWith("WebFilter") || shellType.endsWith("WebFilter") ||
shellType === "Customizer" shellType === "Customizer" ||
shellType === "Upgrade"
); );
} }