This commit is contained in:
xiaojunnuo
2024-12-03 00:55:37 +08:00
parent febe87508c
commit 393ea27fa4
5 changed files with 29 additions and 4 deletions
@@ -21,4 +21,8 @@ export class BuiltInPluginService {
getGroups() {
return cloneDeep(pluginGroups);
}
getByType(type: string) {
return pluginRegistry.getDefine(type);
}
}