perf: 优化全局开屏广告

This commit is contained in:
lisonge
2024-01-03 01:05:50 +08:00
parent 4bd76e9c0a
commit 828d47d923

View File

@@ -42,7 +42,7 @@ const globalGroups: RawGlobalGroup[] = [
{ {
key: -1, key: -1,
matches: matches:
'[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳過"||text*="skip")) || id$="tt_splash_skip_btn" || vid*="skip" || desc*="跳过" || desc*="skip"]', '[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"]',
}, },
], ],
apps: diabledAppIds.map((id) => ({ id, enable: false })), apps: diabledAppIds.map((id) => ({ id, enable: false })),