mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export * from "./email.js";
|
||||
export * from "./cname.js";
|
||||
export * from "./config.js";
|
||||
|
||||
Reference in New Issue
Block a user