fix: custom injectorClassName not work

This commit is contained in:
ReaJason
2025-02-26 20:20:03 +08:00
parent 45f2bb148d
commit 690cfb833f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export interface AntSwordShellToolConfig {
}
export interface InjectorConfig {
className?: string;
injectorClassName?: string;
classInheritance?: string;
urlPattern?: string;
}