mirror of https://github.com/certd/certd
chore: 宝塔form body querystring
parent
196f9c5fa8
commit
d3ba3254f1
|
@ -8,7 +8,7 @@ export class PluginService {
|
|||
const list = [];
|
||||
for (const key in collection) {
|
||||
const Plugin = collection[key];
|
||||
if (Plugin?.define.deprecated) {
|
||||
if (Plugin?.define?.deprecated) {
|
||||
continue;
|
||||
}
|
||||
list.push({ ...Plugin.define, key });
|
||||
|
|
Loading…
Reference in New Issue