mirror of
https://github.com/certd/certd.git
synced 2026-07-07 04:47:34 +08:00
perf: 选项显示图标
This commit is contained in:
@@ -18,6 +18,7 @@ export type AccessInputDefine = FormItemProps & {
|
||||
encrypt?: boolean;
|
||||
};
|
||||
export type AccessDefine = Registrable & {
|
||||
icon?: string;
|
||||
input?: {
|
||||
[key: string]: AccessInputDefine;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user