mirror of
https://github.com/certd/certd.git
synced 2026-07-29 08:37:36 +08:00
chore: plugin管理
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { FormItemProps } from "../d.ts/index.js";
|
||||
|
||||
export type PluginConfig = {
|
||||
show: false;
|
||||
sysInput: {
|
||||
[key: string]: {};
|
||||
name: string;
|
||||
disabled: boolean;
|
||||
sysSetting: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user