From 23652319860ea990f7569e831260404633393b5c Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sun, 8 Sep 2024 15:05:30 +0800 Subject: [PATCH] =?UTF-8?q?chore(types):=20=E5=B7=A5=E5=85=B7=E7=AE=B1?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=20enable?= =?UTF-8?q?d=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/web.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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[]; }