mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: 宝塔form body querystring
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user