mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
perf: plugins增加图标
This commit is contained in:
@@ -26,6 +26,7 @@ export type TaskInputDefine = FormItemProps;
|
||||
export type PluginDefine = Registrable & {
|
||||
default?: any;
|
||||
group?: string;
|
||||
icon?: string;
|
||||
input?: {
|
||||
[key: string]: TaskInputDefine;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user