From 791a37ece9bfedddb4730b91d69d532f63ec243a Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 3 Jan 2024 12:01:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20"=E5=85=B3=E9=97=AD?= =?UTF-8?q?"?= 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 98132d8f..5d4e7906 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -42,7 +42,7 @@ const globalGroups: RawGlobalGroup[] = [ { key: -1, matches: - '[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳過"||text*="skip"||text*="Skip"||text^="关闭")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down") || desc*="跳过" || desc*="skip"]', + '[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳過"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down") || desc*="跳过" || desc*="skip"]', }, ], apps: diabledAppIds.map((id) => ({ id, enable: false })),