mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: quickFind 说明 (#2003)
* Update types.ts 增加quickFind属性标识描述 * chore: quickFind 说明 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -74,6 +74,12 @@ type CommonProps = {
|
|||||||
*
|
*
|
||||||
* 但是在某些软件比如 哔哩哔哩 的开屏广告在这种耗时下延迟可达 1-2s, 这也是导致 [gkd-kit/gkd#60](https://github.com/gkd-kit/gkd/issues/60) 的原因
|
* 但是在某些软件比如 哔哩哔哩 的开屏广告在这种耗时下延迟可达 1-2s, 这也是导致 [gkd-kit/gkd#60](https://github.com/gkd-kit/gkd/issues/60) 的原因
|
||||||
*
|
*
|
||||||
|
* ---
|
||||||
|
*
|
||||||
|
* v1.4.1 版本后生成的快照时将标识每个节点是否可 quickFind, 网页审查工具属性面板顶部会注明这个标识
|
||||||
|
*
|
||||||
|
* [](https://i.gkd.li/import/13316168)
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
quickFind?: boolean;
|
quickFind?: boolean;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user