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