feat: plugin config editor form

This commit is contained in:
Junyan Qin
2025-05-09 18:52:04 +08:00
parent a5f3331c24
commit 7c15f3ba12
9 changed files with 135 additions and 16 deletions

View File

@@ -145,7 +145,7 @@ export interface Plugin {
main_file: string;
pkg_path: string;
repository: string;
config_schema: object;
config_schema: IDynamicFormItemSchema[];
}
export interface ApiRespPluginConfig {