From 0d9fdf2cd6a51722453c02967ad2af8dfe920aa4 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sun, 1 Sep 2024 01:05:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E6=B7=BB=E5=8A=A0=20=5Fdata=20=E5=92=8C=20?= =?UTF-8?q?=5Fkey=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/web.d.ts b/types/web.d.ts index 599eb87..6022375 100644 --- a/types/web.d.ts +++ b/types/web.d.ts @@ -27,6 +27,10 @@ declare global { showOnly?: boolean; /** 链接项 URL */ url?: string; + /** 自身数据,备用 */ + _data?: NavLinkItem; + /** 处理后生成的唯一 ID */ + _key?: string; }; // window