mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 宝塔form body querystring
This commit is contained in:
@@ -8,7 +8,7 @@ export class PluginService {
|
|||||||
const list = [];
|
const list = [];
|
||||||
for (const key in collection) {
|
for (const key in collection) {
|
||||||
const Plugin = collection[key];
|
const Plugin = collection[key];
|
||||||
if (Plugin?.define.deprecated) {
|
if (Plugin?.define?.deprecated) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
list.push({ ...Plugin.define, key });
|
list.push({ ...Plugin.define, key });
|
||||||
|
|||||||
Reference in New Issue
Block a user