From ff7952f9dfca3d0d7a9655215f9158a82f8fb6a1 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 3 Mar 2024 19:21:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E8=A7=84=E5=88=99?= 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 784d0ee9..9d4d5237 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -75,7 +75,7 @@ const globalGroups: RawGlobalGroup[] = [ { key: -1, matches: - '[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text*="skip" || text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || desc*="跳过" || desc*="skip" || (vid*="count" && vid*="down" && vid!*="load" && vid!*="hour" && vid!*="minute" && vid!*="second" && vid!*="add" && vid!*="ead")]', + '[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text*="skip" || text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || desc*="跳过" || desc*="skip" || (vid*="count" && vid*="down" && vid!*="countdown" && vid!*="load" && vid!*="add" && vid!*="ead")]', }, ], apps: diabledAppIds.map((id) => ({ id, enable: false })),