fix(ui): generate fail

This commit is contained in:
ReaJason
2025-02-28 23:25:28 +08:00
parent d14203e78f
commit b71e8ea4de
16 changed files with 113 additions and 94 deletions
+6
View File
@@ -53,6 +53,12 @@ export interface AntSwordShellToolConfig {
headerValue?: string;
}
export interface NeoreGeorgShellToolConfig {
shellClassName?: string;
headerName?: string;
headerValue?: string;
}
export interface InjectorConfig {
injectorClassName?: string;
classInheritance?: string;