fix: custom injectorClassName not work

This commit is contained in:
ReaJason
2025-02-26 20:20:03 +08:00
parent cf2b2af67e
commit e10673ab38
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;
}