fix: SpringWebMVC Agent generate button not work

This commit is contained in:
ReaJason
2025-07-19 20:56:35 +08:00
parent b62a92467f
commit 3aec187288
+3
View File
@@ -34,6 +34,9 @@ interface ValidationResult {
}
const urlPatternIsNeeded = (shellType: string) => {
if (shellType.startsWith("Agent")) {
return false;
}
return (
shellType.endsWith("Servlet") ||
shellType.endsWith("ControllerHandler") ||