This commit is contained in:
xiaojunnuo
2024-09-29 14:57:20 +08:00
parent 7ee9d915fb
commit 51f29d6093
9 changed files with 45 additions and 12 deletions
@@ -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;