fix(ui): generate fail

This commit is contained in:
ReaJason
2025-02-28 23:25:28 +08:00
parent 452e057bd1
commit 49819156ab
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;