feat: tag debugging plugins in webui

This commit is contained in:
Junyan Qin
2025-08-15 19:11:49 +08:00
parent 2b8eb5f01c
commit e1a78e8ff9
10 changed files with 314 additions and 14 deletions
@@ -7,6 +7,7 @@ export interface Plugin {
manifest: {
manifest: ComponentManifest;
};
debug: boolean;
enabled: boolean;
components: {
component_config: object;