From f1a7c74b9371af842ca36c102a26b2d05b51b066 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Fri, 6 Sep 2024 13:20:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(types):=20=E6=9B=B4=E6=96=B0=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=AE=B1=E4=BF=A1=E6=81=AF=E7=B1=BB=E5=9E=8B=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=EF=BC=8C=E6=B7=BB=E5=8A=A0=20iconClass=20=E5=B1=9E?= =?UTF-8?q?=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 dda49fa..de73e7d 100644 --- a/types/web.d.ts +++ b/types/web.d.ts @@ -51,6 +51,8 @@ declare global { title: string; /** 工具简介 */ desc: string; + /** 图标 */ + iconClass: string; /** 组件路径 */ component: string; /** 创建日期 */