From 97bf125f6b4553ae56c3c48f8ccb92afb329bdfa Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:54:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20quickFind=20=E8=AF=B4=E6=98=8E=20(#200?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update types.ts 增加quickFind属性标识描述 * chore: quickFind 说明 --------- Co-authored-by: lisonge --- src/types.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/types.ts b/src/types.ts index 3d059450..99bf54a2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -74,6 +74,12 @@ type CommonProps = { * * 但是在某些软件比如 哔哩哔哩 的开屏广告在这种耗时下延迟可达 1-2s, 这也是导致 [gkd-kit/gkd#60](https://github.com/gkd-kit/gkd/issues/60) 的原因 * + * --- + * + * v1.4.1 版本后生成的快照时将标识每个节点是否可 quickFind, 网页审查工具属性面板顶部会注明这个标识 + * + * [![image](https://github.com/gkd-kit/subscription/assets/38517192/80cdbad1-fa8d-4415-81a1-cecaa7d69e33)](https://i.gkd.li/import/13316168) + * */ quickFind?: boolean;