diff --git a/types/web.d.ts b/types/web.d.ts index ea1e108..b57da7c 100644 --- a/types/web.d.ts +++ b/types/web.d.ts @@ -39,6 +39,8 @@ declare global { id: string; /** 分类名称 */ title: string; + /** 是否启用 */ + enabled: boolean; /** 工具列表 */ items: ToolboxItem[]; }