mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore:
This commit is contained in:
@@ -34,6 +34,13 @@ export class PluginService extends BaseService<PluginEntity> {
|
||||
|
||||
async getEnabledBuildInGroup() {
|
||||
const groups = this.builtInPluginService.getGroups();
|
||||
for (const key in groups) {
|
||||
const group = groups[key];
|
||||
group.plugins.forEach(item => {
|
||||
delete item.input;
|
||||
});
|
||||
}
|
||||
|
||||
if (!isComm()) {
|
||||
return groups;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user