From b046f7d69dd9e3e77c5073a803a50656cca4c7e9 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 7 Mar 2024 21:09:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=A8=E5=B1=80=E8=A7=84=E5=88=99):=20?= =?UTF-8?q?=E9=9D=92=E5=B0=91=E5=B9=B4=E6=A8=A1=E5=BC=8F=EF=BC=88=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globalGroups.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/globalGroups.ts b/src/globalGroups.ts index 4c6316ab..a1beb38d 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -135,14 +135,12 @@ const globalGroups: RawGlobalGroup[] = [ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - actionCdKey: 0, - actionMaximumKey: 0, rules: [ { key: 0, matches: [ '[name!$=".CheckBox"][childCount=0][visibleToUser=true][((text*="青少年" || text*="未成年") && text*="模式" || text*="儿童模式") || ((desc*="青少年" || desc*="未成年") && desc*="模式")]', - '[name!$=".CheckBox"][childCount=0][visibleToUser=true][text*="知道了" || text*="关闭" || desc*="知道了" || desc*="关闭"]', + '[name!$=".CheckBox"][childCount=0][visibleToUser=true][text*="知道了" || text*="关闭" || text="我已知晓" || desc*="知道了" || desc*="关闭"]', ], }, ],