mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
chore:
This commit is contained in:
@@ -8,6 +8,9 @@ export class PluginService {
|
||||
const list = [];
|
||||
for (const key in collection) {
|
||||
const Plugin = collection[key];
|
||||
if (Plugin?.define.deprecated) {
|
||||
continue;
|
||||
}
|
||||
list.push({ ...Plugin.define, key });
|
||||
}
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user