chore: plugin管理

This commit is contained in:
xiaojunnuo
2024-10-13 01:27:08 +08:00
parent 6f8fe62087
commit ccfe72a0d9
29 changed files with 729 additions and 163 deletions
+4 -5
View File
@@ -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;
};
};
@@ -1,2 +1,3 @@
export * from "./email.js";
export * from "./cname.js";
export * from "./config.js";