chore(types): 工具箱分类信息添加 enabled 属性

This commit is contained in:
2024-09-08 15:05:30 +08:00
parent 68aec74c80
commit 2365231986

2
types/web.d.ts vendored
View File

@@ -39,6 +39,8 @@ declare global {
id: string;
/** 分类名称 */
title: string;
/** 是否启用 */
enabled: boolean;
/** 工具列表 */
items: ToolboxItem[];
}