From ae768a041ad074d2dbc9991ee1a10203038e0175 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 13 Oct 2025 18:58:23 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=85=A8=E5=B1=80=20#1252?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globalGroups.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globalGroups.ts b/src/globalGroups.ts index 4c80eca3..b4f52889 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -24,7 +24,7 @@ export default defineGkdGlobalGroups([ key: 0, // 防止误触 excludeMatches: - '([text*="搜索" || text^="猜你想" || text^="猜你喜欢" || text="历史记录" || text$="在搜" || text*="登录"][text.length<7][visibleToUser=true]) || ([text="设置" || text="退款详情" || text="Submit" || text*="阅读并同意"][visibleToUser=true])', + '([text*="搜索" || text="历史记录" || text$="在搜" || text*="登录"][text.length<7][visibleToUser=true]) || ([text="设置" || text="退款详情" || text="Submit" || text*="阅读并同意"][visibleToUser=true])', anyMatches: [ '[text*="跳过"][text.length<10][visibleToUser=true]', '@View[clickable=true][childCount=0] - [text="互动广告"][visibleToUser=true]',