chore(types): 工具箱分类信息添加 enabled 属性
This commit is contained in:
2
types/web.d.ts
vendored
2
types/web.d.ts
vendored
@@ -39,6 +39,8 @@ declare global {
|
|||||||
id: string;
|
id: string;
|
||||||
/** 分类名称 */
|
/** 分类名称 */
|
||||||
title: string;
|
title: string;
|
||||||
|
/** 是否启用 */
|
||||||
|
enabled: boolean;
|
||||||
/** 工具列表 */
|
/** 工具列表 */
|
||||||
items: ToolboxItem[];
|
items: ToolboxItem[];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user